How to extract matrix from fit function or sfit result or Curve Fitting Tool??
4 次查看(过去 30 天)
显示 更早的评论
I used Curve Fitting Tool and FIt Fuction.
===========Fit function===================
[xData, yData, zData] = prepareSurfaceData( xxx, yyy, zzz );
ft = 'nearestinterp';
[fitresult, gof] = fit( [xData, yData], zData, ft, 'Normalize', 'on' );
============Curve Fitting Tool=============

======================================
So my question is as below!
- I want to extract the matrix like the picture above.In other words, I want to extract the matrix for zzz.
2. I would also like to extract whether the xxx and yyy coordinates are located in the extracted matrix.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fit Postprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!