Curve fitting tool output as array
이전 댓글 표시
Hi there,
I have a hydrograph file which I have applied a smoothing spline to within the Curve Fitting Tool of MatLab. I was wondering - how do I export or convert the smoothed line as an array so I can import this into Excel? I can't seem to find this information anywhere.
Any help would be much appreciated.
Kind regards,
Daniel
답변 (1개)
dpb
2016년 10월 20일
0 개 추천
The curvefit tool doesn't save the predicted values; save the fit to the structure and then evaluate it for the input points to generate them.
카테고리
도움말 센터 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!