idx11=find(initsec==temp(:,2));
Show older comments
wht is the value od idx11
Answers (1)
Star Strider
on 3 Feb 2015
0 votes
The value of ‘idx11’ is the row index of the second column of ‘temp’ that equals ‘initsec’.
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!