Calling multiple variables in one line of output

12 vues (au cours des 30 derniers jours)
Brian Len
Brian Len le 17 Mai 2020
Réponse apportée : KSSV le 17 Mai 2020
Hello! I am trying to call multiple variables in my script file onto one line, but I am not sure how to call them all. This is what the output is supposed to be:
My code right now is

Réponse acceptée

KSSV
KSSV le 17 Mai 2020
n1 = rand;
n2 = rand ;
fprintf("President Jones, for your %d, Kiloton blast at %d miles\n",n1,n2)

Plus de réponses (0)

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by