Borrar filtros
Borrar filtros

help clarifying why code isn't working

1 visualización (últimos 30 días)
Charlotte Reed
Charlotte Reed el 28 de Feb. de 2020
Comentada: Walter Roberson el 28 de Feb. de 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. Thanks

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by