Creating a fucning in spesific format
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Berkay
il 30 Ago 2022
Risposto: Sulaymon Eshkabilov
il 30 Ago 2022
I want to create a fucntion that display the input variable in long format.
How can I do it ?
0 Commenti
Risposta accettata
Sulaymon Eshkabilov
il 30 Ago 2022
You may consider using fprintf() by specifying the format specs, e.g.:
F = pi;
fprintf('F = %3.15f \n', F)
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MATLAB Report Generator in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!