How to write this in the title?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ashfaq Ahmed
le 7 Mar 2023
Commenté : Walter Roberson
le 7 Mar 2023
Hi, can any one please help me figuring out how can I write this title?

For the value of A, t, and phi I want to use the notation %d, %0.3f, and %0.2f
Thank you!!
0 commentaires
Réponse acceptée
Walter Roberson
le 7 Mar 2023
Hint:
fprintf('%d %0.3f %0.2f', randi(10), randn, randn)
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!