Calling multiple variables in one line of output

25 次查看(过去 30 天)
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

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Workspace Variables and MAT-Files 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by