Calling multiple variables in one line of output

조회 수: 3 (최근 30일)
Brian Len
Brian Len 2020년 5월 17일
답변: KSSV 2020년 5월 17일
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에서 Entering Commands에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by