How to plot two independent variables and one dependent variable in a graph?
Afficher commentaires plus anciens
I have two independent variables, say W and H. Also. one dependent variable, say C. When W=4 and H= 3, the resultant C is 5. Again, when W=4.5 and H= 3.1, the resultant C= 5.9 and so on. So, the variable C is dependent on both W and H and I have their (W and H) combined effect on C.
Is it possible to plot C with respect to W and H in same graph and curve fit them to find any relation like C= a+b*W+c*H?
Réponses (1)
Cris LaPierre
le 27 Août 2020
0 votes
If you have 3 variables, you likely need a 3D plot. I would try plot3 or scatter3.
Catégories
En savoir plus sur Interpolation dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!