help clarifying why code isn't working
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Charlotte Reed
am 28 Feb. 2020
Kommentiert: Walter Roberson
am 28 Feb. 2020
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. ThanksAkzeptierte Antwort
David Hill
am 28 Feb. 2020
fprintf('%15.4f %15.4f %15.4f %15.4f\n',M(1,:),M(2,:),M(3,:),M(4,:));
8 Kommentare
Walter Roberson
am 28 Feb. 2020
... so add them in?
L15 = repmat('-', 1, 15);
fprintf('%s %s %s %s\n', L15, L15, L15, L15);
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Operators and Elementary Operations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



