필터 지우기
필터 지우기

convert fit into mesh plot

조회 수: 2 (최근 30일)
Raj Raj
Raj Raj 2014년 11월 14일
Hi experts,
Appreciate you time in responding to this query.
I have three data colums x,y and z. I mad a customised curve fit using "fit" command as follows:
[ff, gof, opt] = fit([x,y],z,fittype,opts);
plot(ff,[x,y],z)
Up to this every thing is fine and I am able to find the required curve fit parameters.
Here comes the problem.
I have x, y, z and ff([x,y]) column vectors. How to get the mesh plot of the ff([x,y]), x and y, so that I can use origin pro to plot.
Thanks in advance..

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by