Restore data from curve fitting session
이전 댓글 표시
Hey There, I've analyzed a lot of data, fitted a bunch of stuff to it, then saved my curve fitting session. I haven't saved the original data :(
Now when i open the curve fitting session everything is there, but I've found no way to extract my original data, I assume it should be possible, but I can't find out how, can anyone help?
What I really want to do is use the curve fitting "Generate Code" to play around with the figures to make them ready for an article I'm writing, but the "Generate Code" does not save the data itself and it requires it as an input.
Thanks,
Yoav
댓글 수: 2
Star Strider
2014년 3월 1일
I don’t have the Curve Fitting Toolbox (redundant with Statistics and Optimization TBs) so I don’t know what it does, but if you saved a scatterplot of your data as a MATLAB figure, your data may still be there. See the core MATLAB documentation for details.
Otherwise, I can only offer you my sympathies.
Yoav Romach
2014년 3월 1일
채택된 답변
추가 답변 (1개)
Star Strider
2014년 3월 1일
편집: Star Strider
2014년 3월 1일
0 개 추천
I looked through the Curve Fitting Toolbox online documentation and found prepareCurveData. That may actually be what you want. I can’t experiment with it, but it may allow you to export your data from the Curve Fitting Toolbox to save in a separate file.
For the MATLAB figure file documentation, see savefig, and ‘Tips’ near the end of the page for opening it again. (This is a core MATLAB function.)
I definitely wish you luck!
댓글 수: 3
Yoav Romach
2014년 3월 1일
편집: Yoav Romach
2014년 3월 1일
Star Strider
2014년 3월 1일
I consider this urgent enough to suggest you contact Support. I don’t have the Curve Fitting Toolbox, so I can’t experiment with solutions. I jumped in because I want to be sure you don’t lose your data. As long as your data are safe inside your project, you can probably still recover them.
Please, next time, save your data to a ‘.txt’ or spreadsheet file first!
Yoav Romach
2014년 3월 1일
카테고리
도움말 센터 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!