Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
format long does not work in a function
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 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.
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!