Question: please write the code for this using matlab Part B: Student Registration System Implementation of a basic student registration system with at least 2 user

please write the code for this using matlab
Part B: Student Registration System
Implementation of a basic student registration system with at least 2 user roles, a student and an advisor/administrator
- Use of login with id and password scheme
- Ability for a student to:
- view courses offered, add a course, drop a course and
- view grades for last semester.
- Any added course will be added to the end of an array.
- Any dropped course must be removed from the array
- Ability for an advisor to:
- create a course,
- add/drop students from courses, and
- assign grades for completed courses.
- Error checking to prevent wrong transaction.
- Challenge: create a transcript for the student with calculated SGPA, CGPA and course details for their major.
please write the code for this using matlab Part

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!