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!