Face Error "Input arguments must be numeric or objects which can be converted to double' while plotting Contour
19 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
inzamam shoukat
le 17 Mar 2024
Modifié(e) : Walter Roberson
le 17 Mar 2024
S11 =@(x1,x2)(262144*x2*((25*x1^2)/2-75000*x1+75000000))/5592405333333333
x1=0:6000;
x2= 0:800;
contour(x1,x2,S11)
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Contour Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!