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일

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에 대해 자세히 알아보기

질문:

2022년 5월 22일

편집:

2022년 5월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by