Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
format long does not work in a function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
i have a function i want to calculate in long format and i added ;
origFormat = get(0, 'format');
format('long');
% -- Work in long format --
set(0,'format', origFormat);
at the first line. but the output is in short fomat.
1 Kommentar
Walter Roberson
am 26 Nov. 2018
Duplicated by later https://www.mathworks.com/matlabcentral/answers/432133-format-long-does-not-work-in-a-function which has a comment.
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!