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?

Answers (1)

Krishna
Krishna on 26 Sep 2023
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:

Categories

Products

Release

R2021b

Asked:

on 28 Mar 2022

Answered:

on 26 Sep 2023

Community Treasure Hunt

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

Start Hunting!