View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Matthew Pfluger Matthew Pfluger is offline
external usenet poster
 
Posts: 130
Default Controling Matlab from Excel

I'm not sure how to do it using the VBA interface, but MathWorks makes a
toolbox that links Excel and Matlab. See this link:

http://www.mathworks.com/products/excellink/

HTH,
Matthew Pfluger

"Sören_Marodören" wrote:

How can I control Matlab from Excel?
(I don't think I have Excel Link.)

My problem is that I have very lage files that I want to process (calculate
mean value etc.). Excel can't handle these large files.

So I want to send filenames one by one to Matlab and in return get the data.
What changes do I need to do in my Matlab program to make i return data?

Best regards,
/Sören