How to get output using a function with two parameters of different range
Afficher commentaires plus anciens
For instance, I have a function x = cb( a, b)
the paramter a ranges from 0 to 1 and b ranges from (2 to 20).
How do I perform a for loop to plot x for these parameters range.
Your help will be greatly appreciated
Best wishes
6 commentaires
Jan
le 13 Avr 2021
This will be a 3D plot, because you have two indices for the input and 1 value for the output. There are many different types of 3D plots. So how do you want the output to look like?
Tino
le 13 Avr 2021
Tino
le 13 Avr 2021
Jan
le 13 Avr 2021
Do you want to display the surface as points, surf, patch, bars, the z value encoded as color?
Tino
le 13 Avr 2021
Tino
le 13 Avr 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Graphics Performance 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!