plot two variables of different length
Mostra commenti meno recenti
x = 100:400 ;
y = 600:1500 ;
Z = 3*x+2*y ;
P = x/Z;
I want to plot P (along z axis) as a function of x (along x axis) and y (along y axis).
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Subplots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
