save index of find- loop in a table
2 views (last 30 days)
Show older comments
Hi,
I have a table and im looking for values of each row with find.
In the next step I want to save the column number (index) of the searched objekt in a table for each row.
Thanks
for i=1:143
[row,col]=find(HQ10000_WH(i,[1:10498])>0,1,'first')
end
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!