How to extract matrix from fit function or sfit result or Curve Fitting Tool??

4 ビュー (過去 30 日間)
kyoung won Min
kyoung won Min 2021 年 8 月 24 日
編集済み: kyoung won Min 2021 年 8 月 24 日
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!
  1. 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 件)

カテゴリ

Help Center および File ExchangeFit Postprocessing についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by