MIssing actxserver function for xlswrite?
Ältere Kommentare anzeigen
Hi, I just tried xlswrite and it looks like I am missing actxserver in both R2013(mac) and R2007b(windows). Not sure why but if I try
Warning: Could not start Excel server for export.
XLSWRITE will attempt to write file in CSV format.
> In xlswrite at 175
>> Excel = actxserver('Excel.Application');
Undefined function 'actxserver' for input arguments of type 'char'.
Any ideas?
1 Kommentar
do you get a file location back from this?
which actxserver
mine is in matlabroot\toolbox\matlab\winfun\actxserver.m
Akzeptierte Antwort
Weitere Antworten (1)
Kristian Vepsäläinen
am 7 Aug. 2014
0 Stimmen
I have sama error: Undefined function 'actxserver' for input arguments of type 'char'.
I use iMac (late 2009) and OSX 10.9.4. Matlab is 2014a (student) and I try write Excel-files using xlswrite. So, how I can write to Excel?
Kategorien
Mehr zu Use COM Objects in MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!