Matrix and fprintf command
Mostrar comentarios más antiguos
Well, I have a 5x8 matrix; in the last part of my assignment I have to show A(5,2) and A(3,8) by using fprintf... How can I do that? (Sorry for my english)
1 comentario
Gimmy Morales
el 19 de Sept. de 2013
Respuestas (1)
Walter Roberson
el 19 de Sept. de 2013
0 votos
fprintf('%g %g\n', A(5,2), A(3,8))
1 comentario
Jan
el 19 de Sept. de 2013
@Gimmy: Please read the Getting Started chapters of the documentation to learn such basics.
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!