Face Error "Input arguments must be numeric or objects which can be converted to double' while plotting Contour
20 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
inzamam shoukat
am 17 Mär. 2024
Bearbeitet: Walter Roberson
am 17 Mär. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Contour Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!