Serving the Quantitative Finance Community

 
User avatar
Aman
Topic Author
Posts: 0
Joined: May 1st, 2004, 6:20 am

question in Matlab builder for Excel

October 20th, 2005, 9:39 pm

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
 
User avatar
crisky
Posts: 0
Joined: May 24th, 2003, 9:21 pm

question in Matlab builder for Excel

October 21st, 2005, 5:07 pm

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.
Last edited by crisky on October 20th, 2005, 10:00 pm, edited 1 time in total.
 
User avatar
Aman
Topic Author
Posts: 0
Joined: May 1st, 2004, 6:20 am

question in Matlab builder for Excel

October 21st, 2005, 5:29 pm

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.