필터 지우기
필터 지우기

save values of variable

조회 수: 1 (최근 30일)
fereshte
fereshte 2014년 6월 4일
댓글: fereshte 2014년 6월 4일
hi.i run a code and give me a variable. i click it and dont show me any value.but when i type in work space and press enter give me values. why? how save the values?
my variable is fittedmodel1 and attached it.
thank you

채택된 답변

Roger Wohlwend
Roger Wohlwend 2014년 6월 4일
The variable fittedmodel1 is a class. You cannot double-click on class variables and see what is inside. You have to use the workspace for that. To save the values just save the variable. Or extract the values and save them in a different variable.
  댓글 수: 4
Roger Wohlwend
Roger Wohlwend 2014년 6월 4일
Save the variable fittedmodel1, not the single coefficients, because you need the class to interpolate, plot or whatever. You can access the coefficients with fittedmodel1.a1, fittedmodel1.b1, ....
fereshte
fereshte 2014년 6월 4일
how save coefficients?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by