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!