Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
I want to save the variables. I try with this string: save ('mentaldemand','physicaldemand','temporaldemand','performance','effort','frustration','.csv'), but it is wrong.

Réponses (2)

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

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

Catégories

En savoir plus sur Workspace Variables and MAT-Files dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by