Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
I want to save the variables. I try with this string: save ('mentaldemand','physicaldemand','temporaldemand','performance','effort','frustration','.csv'), but it is wrong.

Risposte (2)

Adam
Adam il 18 Ott 2016
You have to give a filename as the first argument to the save function.

Rani V.S
Rani V.S il 18 Ott 2016
save ('filename.csv','mentaldemand','physicaldemand','temporaldemand','performance','effort','frustration')
Try the above code

Categorie

Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by