What's the difference?

1 Ansicht (letzte 30 Tage)
Hesham Hany
Hesham Hany am 22 Mai 2022
Bearbeitet: Cris LaPierre am 23 Mai 2022
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 Kommentar
Jan
Jan am 22 Mai 2022
You need a list of names instead of a single name.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Cris LaPierre
Cris LaPierre am 23 Mai 2022
Bearbeitet: Cris LaPierre am 23 Mai 2022
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.

Kategorien

Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by