Mostrar comentarios más antiguos
hi, I want print file to array, but how to be in new line in array?
thanks in advance
Respuestas (1)
bym
el 11 de Sept. de 2011
d=magic(3);
fprintf('%g %g %g\n',d) % '\n' = newline
Categorías
Más información sobre Operators and Elementary Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!