Matlab Coding for Programming classes
古いコメントを表示
Four weekend Programming classes consist of students with the following numbers: Class I=32 students, Calss II=40 students, Class III=34 students and Class IV=28 students. The distribution of students’ average marks for each class for four (4) tests is given as the followings: Test1 = [76 78 68 82] Test2 = [58 65 70 66] Test3 = [82 84 75 90] Test4 = [77 68 69 75]
For the above distribution, write a single SciLab/Matlab command to determine:
1. Number of students attended the Programming class
2. Total student marks for Test 1
3. Total Test2 mark for Class III
4. Total student Test3 mark for each class
5. Which class has an average mark of Test4 above 70
6. Minimum average mark of Test4
7 件のコメント
Voss
2024 年 2 月 16 日
What does your MATLAB code look like so far?
Nurul
2024 年 2 月 16 日
the cyclist
2024 年 2 月 16 日
What @Voss means is that this is obviously a homework assignment, and he is asking to see what you have tried so far.
We are not here to do your homework for you, but if we see some effort on your part, we might try to offer you a hint or two.
Nurul
2024 年 2 月 16 日
Walter Roberson
2024 年 2 月 16 日
The numbers given are averages so the total marks involves multiplying the average by the number of students involved.
the cyclist
2024 年 2 月 16 日
I edited your comment to convert it to executable code. (See the CODE section of the Toolbar? That's how to do it.)
I also removed the last semicolon that suppresses screen output, so you would see it here.
It's unclear to me what your question is at this point.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Report Generator についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!