Mostrar comentarios más antiguos
Hi,
I have a question regarding xlswrite in Matlab. The code I use is:
xlswrite(['path_dataname'], [1], 'A2').
So I only want to write an "1" in cell A2. All variants I test I get the "Too many input arguments" error. Can you help me about what is wrong with this?
Thank you very much!
Respuestas (3)
Andrei Bobrov
el 20 de Jul. de 2011
xlswrite('path_dataname', 1,1, 'A2')
fcarl
el 20 de Jul. de 2011
0 votos
fcarl
el 20 de Jul. de 2011
0 votos
Categorías
Más información sobre Spreadsheets en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!