Transfer Student Capable GPA Calculator

버전 1.0.0.8 (2.35 KB) 작성자: David Cazenave
gpafilxchng1.m is a user friendly script that calculates a students gpa's.
다운로드 수: 55
업데이트 날짜: 2022/8/17

라이선스 보기

This script predicts the gpa's of up to 3 schools (and cumulative) from classes completed and graded, and from classes yet to be finished or taken (via the user estimating his grades). After the first input the script uses a for loop to have the user input the information for each class included in the first input. Enter the points and units of classes already officially graded, for each school, in the first 6 lines (SCHLx_p and SCHLx_u), before running the script. If the user wants the gpa of a single school or 2 schools, enter 0 for SCHLx_p and SCHLx_u for those schools not used, and the results for those schools will be NaN because of the division of zero by zero (0/0). NaN stands for "Not a Number". Up to 12 classes can be calculated into all the school gpa's for each script run.

인용 양식

David Cazenave (2024). Transfer Student Capable GPA Calculator (https://www.mathworks.com/matlabcentral/fileexchange/58266-transfer-student-capable-gpa-calculator), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.8

Changed title in description.

1.0.0.7

Resubmission.

1.0.0.6

Added clear all.

1.0.0.0

Changed screenshot.

Deleted obsolete break statement.
Modified comments and description.
Added a screenshot.
Added clear variables.
Corrected description.