What's the difference?

조회 수: 1 (최근 30일)
Hesham Hany
Hesham Hany 2022년 5월 22일
편집: Cris LaPierre 2022년 5월 23일
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