フィルターのクリア

xlswrite

5 ビュー (過去 30 日間)
fcarl
fcarl 2011 年 7 月 20 日
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!

回答 (3 件)

Andrei Bobrov
Andrei Bobrov 2011 年 7 月 20 日
xlswrite('path_dataname', 1,1, 'A2')

fcarl
fcarl 2011 年 7 月 20 日
thanks for your answer. but it does not work either. without specifying 'A2' it writes the file. but isn`t it possible to give the range in the excel a1 code?

fcarl
fcarl 2011 年 7 月 20 日
Problem solved. There was another xlswrite-function stored in a package i have imported to matlab :( stupid thing.
Thanks for your efforts!

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by