help clarifying why code isn't working
조회 수: 6 (최근 30일)
이전 댓글 표시
this is my code, and i will attach in the comments what i am trying to portray. I'm having trouble understanding why it wont work. Thanks채택된 답변
David Hill
2020년 2월 28일
fprintf('%15.4f %15.4f %15.4f %15.4f\n',M(1,:),M(2,:),M(3,:),M(4,:));
댓글 수: 8
Walter Roberson
2020년 2월 28일
... so add them in?
L15 = repmat('-', 1, 15);
fprintf('%s %s %s %s\n', L15, L15, L15, L15);
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



