idx11=find(initsec==temp(:,2));
Mostrar comentarios más antiguos
wht is the value od idx11
Respuestas (1)
Star Strider
el 3 de Feb. de 2015
0 votos
The value of ‘idx11’ is the row index of the second column of ‘temp’ that equals ‘initsec’.
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!