Skip to content

msilva12/CSG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Class Schedule Generator

The Purpose of this project is to aid students with class selection at my university (University of Massachusetts Dartmouth).

Students will be able to select up to eight courses, and from that information the matlab script will search for those courses from the course listing and create an array of possible schedules.

####So far I have been able to: 1 Read the course listing file and save it to a matlab .mat file.

2 Create a search routine that will return all the classes given its three letter subject code (e.g. BIO) and its three numbers level (e.g. 101).

3 Sort the classes found in a two dimensional array.

4 Create all combinational matrices.

5 Filter time conflicting combinations.

6 Export all non-conflicting combinations to excel in an agent view.

About

Class Schedule Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages