Calling multiple variables in one line of output
11 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
KSSV
2020 年 5 月 17 日
n1 = rand;
n2 = rand ;
fprintf("President Jones, for your %d, Kiloton blast at %d miles\n",n1,n2)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File 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!