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
Jan
2022년 5월 22일
You need a list of names instead of a single name.
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!