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 comentario

Jan
Jan el 22 de Mayo de 2022
You need a list of names instead of a single name.

Iniciar sesión para comentar.

Respuestas (1)

Cris LaPierre
Cris LaPierre el 23 de Mayo de 2022
Editada: Cris LaPierre el 23 de Mayo de 2022

0 votos

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.

Categorías

Más información sobre Entering Commands en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Mayo de 2022

Editada:

el 23 de Mayo de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by