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

1 visualización (últimos 30 días)
I want to save the variables. I try with this string: save ('mentaldemand','physicaldemand','temporaldemand','performance','effort','frustration','.csv'), but it is wrong.

Respuestas (2)

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

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

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

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

Start Hunting!

Translated by