sandialabs / NuMAD

Numerical Manufacturing And Design Tool (NuMAD) -- A design tool for wind and water turbine composite blades
http://numad.readthedocs.io/
Other
30 stars 19 forks source link

problem about NuMAD v2 #17

Closed ali-rouhbakhsh closed 1 year ago

ali-rouhbakhsh commented 2 years ago

when i try to open a simple model this error occured:

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');

Error in NuMAD_main>openmodel (line 815) loadmodel(cbo,[]); % finish loading required data and display model

Error in NuMAD_main>cb_openmodel (line 725) openmodel(pn,fn,cbo);

Error while evaluating Menu Callback.

ecamare commented 2 years ago

Sorry for the delay. Is this still a problem for you? How are you trying to open it?

ali-rouhbakhsh commented 2 years ago

Yes, I still have a problem After I installed NuMAD, I opened it through MATLAB and from the open model section, I tried to open one of the sample models included by the software called SNLWindPACTv1.3.

rclarke17 commented 1 year ago

have you copied the file txt2mat.m to your MATLAB search path?

kercc1985 commented 10 months ago

txt2mat.m is in my MATLAB search path,but I still have a same problem. "CELL2MAT does not support cell arrays containing cell arrays or objects."