How to form a matrix ?
古いコメントを表示
name=['ajay;sekar;tom] have scor the mark1 is[20;30;40]; and also mark2 is[25;35;45]; and also mark3 is[23;33;43]; i want to display as follow
name mark1 mark2 mark3
ajay 20 25 23
sekar 30 35 33
tom 40 45 43
1 件のコメント
Walter Roberson
2019 年 9 月 18 日
The easiest is to loop using fprintf() for each line.
It is possible to print it all out in one command, but the code is not as clear.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!