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!