-
Notifications
You must be signed in to change notification settings - Fork 19
Error using cell2mat #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @kercc1985, |
Hi,@kbonney I installed NuMAD according to the Userguide, and the specific situation is as follows: Error using cell2mat (line 52) Error in NuMAD_main>loadmodel (line 911) Error in NuMAD_main>cb_newmodel (line 700) Error while evaluating Menu Callback The above is the entire process, and no models or examples have been run. |
Hi @kercc1985 and @kbonney, |
|
@kercc1985 Okay, I will try to set up NuMAD 3.0 as well then. Do you have any tips for installation? I have downloaded the zip and followed the steps in Anaconda prompt and Matlab but I don't know how to launch the program. |
Uh oh!
There was an error while loading. Please reload this page.
When I run Numad V2.0 in the way of M files and create a new model, the following error occurs. I hope that friends who have encountered similar problems and successfully solved them can help me solve them.
Error using cell2mat (line 52)
CELL2MAT does not support cell arrays containing cell arrays or objects.
Error in NuMAD_main>loadmodel (line 911)
set(cell2mat(app.smdp.hg_sm),'Visible','off');
...
The text was updated successfully, but these errors were encountered: