Matrix and fprintf command
古いコメントを表示
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 件)
Walter Roberson
2013 年 9 月 19 日
0 投票
fprintf('%g %g\n', A(5,2), A(3,8))
1 件のコメント
Jan
2013 年 9 月 19 日
@Gimmy: Please read the Getting Started chapters of the documentation to learn such basics.
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!