Matrix and fprintf command
Mostra commenti meno recenti
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 Commento
Gimmy Morales
il 19 Set 2013
Risposte (1)
Walter Roberson
il 19 Set 2013
0 voti
fprintf('%g %g\n', A(5,2), A(3,8))
1 Commento
Jan
il 19 Set 2013
@Gimmy: Please read the Getting Started chapters of the documentation to learn such basics.
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!