This repository contains codes for open- and closed- loops for STADS (Star Tracker based Attitude Determination System)
-
Always run from the root folder - .\
- You can verify this by typing pwd in the command window of MATLAB.
- The ans should read - .....\STADS
-
Run the command: addpath(genpath(' .\ '));
- This will add directories and sub-directories to MATLAB's search path - This is a one-time command, to be performed before you run any code!
- Any function/script can now be called easily across the whole repository
OR
- Load the Project file:
STADSMatlab.prj
- This will load all the directories added to the project path previously into the path.
- In case a directory is not added to path, go to the Projects tab and add the folders to path.