From: Nandish on 3 Jun 2010 05:30 Hello, I am not understanding the exect use of MATLAB Builder for Excel. Can you please let me know in simple words? Thanks Nandish
From: Herve on 3 Jun 2010 09:15 "Nandish " <nandishpatel.24(a)gmail.com> wrote in message <hu7snq$irn$1(a)fred.mathworks.com>... > Hello, > > I am not understanding the exect use of MATLAB Builder for Excel. Can you please let me know in simple words? > > Thanks > Nandish Let's imagine that you have a function f in matlab... y = f(x) and that you want to use this function in excel. (you want to be able to do =f(A2) in Excel - where f is your function defined in Matlab and A2 is referring to the cell "A2" in Excel). To do this, you need excel to know about the function f. Builder Ex is going to create an Excel Add-In from your function f. Once, you have registred the Excel Add-In, you will be then able to use the function f in Excel. There are some Usage Exemples in the help. However, I think that these exemples are not very good. Hervé
From: kal on 3 Jun 2010 16:14 On Jun 3, 5:30 am, "Nandish " <nandishpatel...(a)gmail.com> wrote: > Hello, > > I am not understanding the exect use of MATLAB Builder for Excel. Can you please let me know in simple words? > > Thanks > Nandish Here is something much simpler for creating Excel add-ins: http://kalx.net/xll. You can link to a LAPACK library and do many of the things that MATLAB does. Best, Keith
|
Pages: 1 Prev: Question in TF estimation using invfreqs Next: mask in subsystem block |