Return the value of Matrix
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ting Chie Yu
el 14 de Mzo. de 2021
Editada: Alan Stevens
el 14 de Mzo. de 2021
How to return the value of the second column elements of a matrix by use indexing command?
When the matrix is
mat_a = [1,-3;4,6];
mat_c = [mat_a mat_a;mat_a mat_a]
0 comentarios
Respuesta aceptada
Alan Stevens
el 14 de Mzo. de 2021
Editada: Alan Stevens
el 14 de Mzo. de 2021
mat_c(:,2)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Simulation, Tuning, and Visualization 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!