Borrar filtros
Borrar filtros

3 D plot in Matlab

1 visualización (últimos 30 días)
Haider al-kanan
Haider al-kanan el 31 de Mzo. de 2016
Editada: Haider al-kanan el 24 de Oct. de 2020
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 comentarios
Walter Roberson
Walter Roberson el 31 de Mzo. de 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
Haider al-kanan el 4 de Abr. de 2016
Editada: Haider al-kanan el 4 de Abr. de 2016
Hi Walter, thanks for response, yes both x and y are vectors, such that z=f(x,y) , basically I want to convert that fuction shown in figure attached to 3 D view, such that Ic represent z, Vce=x, IB=y

Iniciar sesión para comentar.

Respuestas (1)

Muhammad Usman Saleem
Muhammad Usman Saleem el 4 de Abr. de 2016

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by