3 D plot in Matlab

조회 수: 2 (최근 30일)
Haider al-kanan
Haider al-kanan 2016년 3월 31일
편집: Haider al-kanan 2020년 10월 24일
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
Walter Roberson
Walter Roberson 2016년 3월 31일
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 2016년 4월 4일
편집: Haider al-kanan 2016년 4월 4일
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

댓글을 달려면 로그인하십시오.

답변 (1개)

Muhammad Usman Saleem
Muhammad Usman Saleem 2016년 4월 4일

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by