Page 1 of 1

question in Matlab builder for Excel

Posted: October 20th, 2005, 9:39 pm
by Aman
I am trying to use matlab builder for excel .In a original M file, I am using load command to import data set but I think this comman is not working in a normal way in builder for excel framework.anyone who are familiar with this problem?thanks in advance,Aman

question in Matlab builder for Excel

Posted: October 21st, 2005, 5:07 pm
by crisky
have you checked matlab's helpfile- they provide a list of functions that do not work with Excel builder. e.g. functions like 'assignin' which assign values to global variables.

question in Matlab builder for Excel

Posted: October 21st, 2005, 5:29 pm
by Aman
as far as i know, Load and Save command should work well in version after matlab compiler 3.0.seems like there might be some unique method to use load and save which I didn't figure out until now.