フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Exporting cell array as a csv INSIDE a fuction

1 回表示 (過去 30 日間)
Jonathan Harris
Jonathan Harris 2013 年 3 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
I am trying to export a [5000 x 1] cell array from inside a function. cell2csv works great when applied to a script, but when I run it inside a function it does not save the file like I had hoped.
Do you guys know any way around this that would enable me to save a file from inside a function?
function example(input)
A = {5000 x 1};
[export A from inside function]...
end
Thanks, Jon
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 3 月 8 日
It should work exactly the same way. Is an error message coming up?

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by