ramintoosi/ROSS

Startup not working

jjsakon opened this issue · 5 comments

Keep getting this error: image

Same thing happens when I open ross.mlapp and click "Run":
image

Keep getting this error: image

Same thing happens when I open ross.mlapp and click "Run": image

Please check if you are using Matlab 2018b or later. ROSS does not work on Matlab 2018a or earlier.

It seems that Matlab cannot find the functions in the subfolders. We have a piece of code for that in ROSS but something is preventing it from being appropriately implemented. One way to force it is to use addpath function as follows.

addpath('apps\', 'funcs\', 'configs\')
or
addpath(genpath([ROSS ROOT FOLDER]))

Please check that and let me know if it works.

Best of luck!