Startup not working
jjsakon opened this issue · 5 comments
jjsakon commented
ramintoosi commented
jjsakon commented
It's MatlabR2021b.
…On Mon, Nov 21, 2022 at 9:29 PM ramintoosi ***@***.***> wrote:
Keep getting this error: [image: image]
<https://user-images.githubusercontent.com/29741844/203211491-5a559b40-4e2e-4a67-a091-11dce00322ae.png>
Same thing happens when I open ross.mlapp and click "Run": [image: image]
<https://user-images.githubusercontent.com/29741844/203211614-f4b2de8b-e96f-47c8-957c-85635f9b4764.png>
Please check if you are using Matlab *2018b or later*. ROSS does not work
on Matlab 2018a or earlier.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC5GFDDUDQ3C2GGG7QD44LWJRK27ANCNFSM6AAAAAASHJWECU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
ramintoosi commented
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.
jjsakon commented
Worked once I went to main folder and added all paths. I think the fact is
downloaded as "ROSS-master" by default instead of "ROSS" made it tricky.
Thanks for the help.
…On Wed, Nov 23, 2022 at 12:37 AM ramintoosi ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#2 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHC5GFB5CW5BFQAK7PGW57DWJXJV3ANCNFSM6AAAAAASHJWECU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
ramintoosi commented
Best of luck!