Table variable comparison.
古いコメントを表示
So I have a table ( lq is the variable name) with a lot of data. The first 2 columns are ip addresses and the next 2 rows are some data related to that. the column names are like:
ip neighbour blah blah2
So I need to make subtables from certain data in this table, I wrote:
T1 = table(lq.ip=='192.168.2.101',lq.neighbor=='192.168.2.102', timestamp,lq);
Which sadly, doesn't create a new table with all the datapoints for ip value and neighbour value as shown. Where have I mistaken?
Thanks.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!