What's the difference?
古いコメントを表示
By using MATLAB, write the following:
a. A MATLAB program to defined the grade of any individual student
b. A MATLAB program to defined the grade of group of students
I figured out the first one, but how does the second one differ?
1 件のコメント
Jan
2022 年 5 月 22 日
You need a list of names instead of a single name.
回答 (1 件)
Cris LaPierre
2022 年 5 月 23 日
編集済み: Cris LaPierre
2022 年 5 月 23 日
0 投票
In b), you rerun the code you developed for a) for each student in your list. Typically this would be done by placing the code from a) inside a for loop.
カテゴリ
ヘルプ センター および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!