Hi, when I run the examples in Matlab 2007 or 2010, I get errors:
For example1, I get:
??? Index exceeds matrix dimensions.
Error in ==> mabs2d at 166
if cDOF(I,2)==1
For example2, I get :
??? Error using ==> mtimes
Inner matrix dimensions must agree.
Error in ==> mabs2d at 199
u_red=inv(K)*P_red;
Is there something I'm missing?
Giancarlo,
The syntax you typed is correct. There should be no problem if the .xls file is stored in the same current directory.
Keep in mind that this code was programmed, debugged and tested using MATLAB r2008a.
I am not sure if the same built-in functions such as "importdata" were also included in older versions.
Please keep me informed about this issue, and do not hesitate to contact me for further information.
Regards,
Marcos C. Ruggeri
Hello,
Sorry to disturb you. I am experiencing some problems on using your matlab code.
Could you help me?
I run mabs2d and then I insert the name of the file but it doesn't work. I don't know why...
this is what my command window show me:
>> mabs2d.m
File name of data importation: example1
??? Error using ==> importdata at 123
Unable to open file.
Error in ==> mabs2d at 72
M=importdata(['nom','.xls']);
Let me know, what's wrong. I want just to open the example and then try to modify that one.
Thanks,
Comment only