I load an xls file in Matlab, and I need not only the numeric values but the formulas also. Do you have any idea?

link|improve this question

57% accept rate
You only need the numeric values, and the formulas ?! That practically makes the whole of .xls file. – ldigas Jul 15 '10 at 23:37
Yes, numeric values, and formulas. – Kukoda János Jul 16 '10 at 6:26
feedback

2 Answers

Look at this submission on File Exchange: AnalyseExcelFormulas

link|improve this answer
I get an error. I think, it work only in Windows, and not on Mac. >> AnalyseExcelFormulas('ADYAN.xls') ??? Undefined function or method 'actxserver' for input arguments of type 'char'. Error in ==> AnalyseExcelFormulas at 90 h.activex1 = actxserver('Excel.Application'); – – Kukoda János Jul 16 '10 at 6:29
You are right. It's using COM, which is available only on Windows, to access Excel files. But you didn't specify the OS in the question. – yuk Jul 16 '10 at 15:42
feedback

If you want to generate a formula from the data values in the xls file, perhaps the Curve Fitting Toolbox is what you need.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.