Using a variable value as linear array index
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ross Laws
el 7 de Feb. de 2017
Comentada: Ross Laws
el 7 de Feb. de 2017
Can you use a variable as an array index? for example: C = 200 - 30
then use C as the linear index for the array.
B(C)
This just multiplies B by C. Can you tell the program to just use the value of C?
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Matrix Indexing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!