idx11=find​(initsec==​temp(:,2))​;

Answers (1)

Star Strider
Star Strider on 3 Feb 2015
The value of ‘idx11’ is the row index of the second column of ‘temp’ that equals ‘initsec’.

Asked:

on 3 Feb 2015

Answered:

on 3 Feb 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!