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 个评论

You need a list of names instead of a single name.

请先登录,再进行评论。

回答(1 个)

Cris LaPierre
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!

Translated by