help clarifying why code isn't working

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

David Hill
David Hill il 28 Feb 2020
fprintf('%15.4f %15.4f %15.4f %15.4f\n',M(1,:),M(2,:),M(3,:),M(4,:));
  8 Commenti
Charlotte Reed
Charlotte Reed il 28 Feb 2020
The only problem is the table lines aren't there
Walter Roberson
Walter Roberson il 28 Feb 2020
... so add them in?
L15 = repmat('-', 1, 15);
fprintf('%s %s %s %s\n', L15, L15, L15, L15);

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by