I would to save the variables in a file txt or csv with a push button, can help me someone?

2 ビュー (過去 30 日間)
Antonino Alesci
Antonino Alesci 2016 年 10 月 18 日
回答済み: Rani V.S 2016 年 10 月 18 日
I want to save the variables. I try with this string: save ('mentaldemand','physicaldemand','temporaldemand','performance','effort','frustration','.csv'), but it is wrong.

回答 (2 件)

Adam
Adam 2016 年 10 月 18 日
You have to give a filename as the first argument to the save function.

Rani V.S
Rani V.S 2016 年 10 月 18 日
save ('filename.csv','mentaldemand','physicaldemand','temporaldemand','performance','effort','frustration')
Try the above code

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT Files についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by