What's the difference?

1 次查看(过去 30 天)
Hesham Hany
Hesham Hany 2022-5-22
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
Jan 2022-5-22
You need a list of names instead of a single name.

请先登录,再进行评论。

回答(1 个)

Cris LaPierre
Cris LaPierre 2022-5-23
编辑:Cris LaPierre 2022-5-23
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.

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by