looping in Dataset Array
显示 更早的评论
Hi All,
I am using a Dataset array named myarray of dimension 6x40 including headers.
I wish to loop through each element of the Dataset array and match the element with another tables element. I want to do the following:
for i= 1:40
for w=1:5
if myarray(i,w)=='suzuki'
then......
end
Please help me in writing a code for roaming through the 40 columns and 5 or 6 rows of each column using a for loop in a dataset array.
Regards,
Amd.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Managing Data 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!