What's the difference?
Mostra commenti meno recenti
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 Commento
Jan
il 22 Mag 2022
You need a list of names instead of a single name.
Risposte (1)
Cris LaPierre
il 23 Mag 2022
Modificato: Cris LaPierre
il 23 Mag 2022
0 voti
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.
Categorie
Scopri di più su Entering Commands in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!