3 D plot in Matlab
Afficher commentaires plus anciens
I have 3 variables x, y, z
x ,y are independent variable
z(1,:)=f(x,1), y=1
z(2,:)=f(x,2), y=2
z(3,:)=f(x,3), y=3
How t
2 commentaires
Walter Roberson
le 31 Mar 2016
Is this different from
z = f(x, y).'
with y in 1:3?
For example is y a vector of values that are chosen from 1, 2, 3 and so it is like z = f(x, y(t)). ' over t = 1:length(y) ?
Haider al-kanan
le 4 Avr 2016
Modifié(e) : Haider al-kanan
le 4 Avr 2016
Réponses (1)
Muhammad Usman Saleem
le 4 Avr 2016
0 votes
Catégories
En savoir plus sur MATLAB 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!