How can I save the outputted string (retaining tabs/added lines) to a .txt file?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Keith Grey
el 14 de Mayo de 2020
Comentada: Keith Grey
el 14 de Mayo de 2020
How can I save the outputted string (retaining tabs/added lines) to a .txt file?
MESSAGE = sprintf('Var1 is %g.\nVar2 is %g.', X, Y);
disp(MESSAGE)
In the Command Window, disp(MESSAGE) outputs:
X is 2.24.
Y is 3.33.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!