curve fitting with 4 variables

For my disseration i have designed and genreated a few models and carried out simualtions. the final procress is to curve fit the variabels i have changed for example height, thickness etc for the purposes of the qustion lets call them a b c d for which I have the maximum reaction forces.
I tried using curve fitting toolbox however, this doesn't take into account all variables i have changed and therefore in accucarate.
Does anyone have any recommnedations for ways to solve the curve fitting problem for multi-variable problems when i do not have an equation already in mind?

回答 (1 件)

Krishna
Krishna 2023 年 9 月 26 日

0 投票

Hello Daniel,
If you're looking to fit a curve without a predefined equation, Machine Learning or Deep Learning can be a valuable approach for solving multivariate problems like yours. Specifically, for regression tasks, such as the one you're dealing with, employing neural networks can help approximate the curve for your multi-variable features. You can begin your journey with neural networks in MATLAB by referring to this resource:
Moreover, there are various machine learning methodologies available, and the choice often depends on the specific problem at hand. To gain a deeper understanding of how to apply machine learning to supervised regression problems, I recommend exploring this resource:

カテゴリ

ヘルプ センター および File ExchangeLinear and Nonlinear Regression についてさらに検索

製品

リリース

R2021b

質問済み:

2022 年 3 月 28 日

回答済み:

2023 年 9 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by