Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

urgent Help needed with matlab 3d plot

Status
Not open for further replies.

mands1982

Newbie level 1
Joined
Sep 1, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
matlab 3d plot

Hi i am new to matlab and really need help to get a 3d surface plot of 3 functions with 3 variables. so far i know that i need to use matrices to plot them so i created one for each variable

p=[0:.1:111.1];
z=[0:.1:111.1];
f=[0:.1:111.1];

then i have my three functions that i want to plot they are
F=0.005*z*0.8-0.05;
Z=((0.5*p*0.7)/(p+1))-0.05*f-0.05;
P=((0.5*(111.1-p-z-f))/(111.1-p-z-f+1))-((0.5*z)/(p+1));

can anybody please help me to fiigure out how i can turn this into a 3d surface plot in matlab
 

Re: matlab 3d plot

**broken link removed**

mands1982 said:
Hi i am new to matlab and really need help to get a 3d surface plot of 3 functions with 3 variables. so far i know that i need to use matrices to plot them so i created one for each variable

p=[0:.1:111.1];
z=[0:.1:111.1];
f=[0:.1:111.1];

then i have my three functions that i want to plot they are
F=0.005*z*0.8-0.05;
Z=((0.5*p*0.7)/(p+1))-0.05*f-0.05;
P=((0.5*(111.1-p-z-f))/(111.1-p-z-f+1))-((0.5*z)/(p+1));

can anybody please help me to fiigure out how i can turn this into a 3d surface plot in matlab
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top