3D approximation with spline

8 ビュー (過去 30 日間)
samar
samar 2014 年 9 月 29 日
回答済み: samar 2014 年 9 月 30 日
Hi everybody, I want to approximate a 3D function ( 3 state variables with a large set of points for each one)! Does anyone knows how to do it? I used to use Csapi function for a two-dimensional functions
Thank you

採用された回答

Drew Davis
Drew Davis 2014 年 9 月 29 日
Have you checked out the curve fitting toolbox, specifically the “fit” function?
Here you can fit 3 dimensional data to a fit type of your choosing. One of the fit types include the ‘smoothingspline’ option which attempts to connect the data using a smoothing spline fit.
Alternatively you could run the cftool app with your data in the workspace and select the type of fit you would like via the dropdowns.
You might also want to take a look at this page from MATLAB’s documentation that talks about constructing spline curves in 2D and 3D.

その他の回答 (1 件)

samar
samar 2014 年 9 月 30 日
thank you

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by