Calling multiple variables in one line of output

26 views (last 30 days)
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

Accepted Answer

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

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!