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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Workspace 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