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

조회 수: 3 (최근 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