-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Can you navigate to If that doesn't work, try running: codegen LocalsNHFast ...
-args {coder.typeof(10,[inf,inf]), coder.typeof(10,[inf,inf]), coder.typeof(10,[1,1]), coder.typeof(10,[1,1]), coder.typeof(10,[1,1]), coder.typeof(10,[inf,inf]), coder.typeof(10,[inf,1,inf]), coder.typeof(10,[inf,inf,inf]), coder.typeof(10,[inf,1]), coder.typeof(10,[inf,inf]), coder.typeof(10,[inf,inf]), coder.typeof(10,[1,1]), coder.typeof(10,[1,1]), coder.typeof(10,[inf,1]), coder.typeof(10,[1,1]), coder.typeof(10,[1,1])} |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. My computer is currently not with me, so I will definitely try it when I start work tomorrow. |
Beta Was this translation helpful? Give feedback.
-
@czc1557 So, I've updated the It seems Sorotoki produces an error for @czc1557 I would be helpful to show me the output you get from the 2019b version. This might help me with the compatibility issue. |
Beta Was this translation helpful? Give feedback.
-
It seems that the version of MATLAB is too low. My classmate's version of MATLAB is 2022A, and he has successfully installed it. I plan to update MATLAB and then try to install SOROTO again. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I have similar problems when trying to compile the codes, even after upgrading to MATLAB 2024a. Anyway, I just found that assigning the package path to "MATLAB PATH/toolbox/..." may cause compilation failures. Place them into a separate environment such as "E:\Project" just like @BJCaasenbrood does in the tutorial video could be a good choice. |
Beta Was this translation helpful? Give feedback.
I have similar problems when trying to compile the codes, even after upgrading to MATLAB 2024a. Anyway, I just found that assigning the package path to "MATLAB PATH/toolbox/..." may cause compilation failures. Place them into a separate environment such as "E:\Project" just like @BJCaasenbrood does in the tutorial video could be a good choice.