How i display matrix ?
Mostrar comentarios más antiguos
my matrix is the form:
Ki = [25 35, 56 41,85 78]
i want print the like 35 or 41 or 78
Respuesta aceptada
Más respuestas (2)
Pranav Bansal
el 4 de Nov. de 2019
0 votos
Ki = [25 35, 56 41,85 78]
disp(Ki(:,2))
Categorías
Más información sobre Matrices and Arrays 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!