필터 지우기
필터 지우기

predetermined grid size for "fit" function

조회 수: 1 (최근 30일)
Dany
Dany 2015년 2월 16일
hi,
i am trying to fit a surface using the "fit" function:
[fitresult, gof] = fit( [data(:,1), data(:,2)], data(:,3), ft, opts );
the problem is that i am getting a very rough/pixelized surface, its size iz 51x49, the original size of the data is about 20km x 5km.
my question is it possible to use a predetermined grid in order to get a smoother surface? i know it ios possible when using the "scatteredinterpolant" function but i want to use the "fit" function.
i know that i can resize/resample my solution using "imresize", but that just duplicates the existing data. thank you for your help.

답변 (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