Community Profile

photo

Itqan Ismail


Last seen: 1 year ago Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How can I plot this graph in MATLAB?

1 year ago | 2 answers | 0

2

answers

Question


How to plot This graph in matlab?
x=[1.0:0.1:3.0]; %Composition %Outlet Specification [PFAD(4)] y=-2.03^9-3*x^2)+5.76^(-3x)+1; z=-1.11^-2*x^2+6.49^-2*x+9.99...

1 year ago | 2 answers | 0

2

answers

Question


How can I get a smooth curve in MATLAB?
x=[0:30:210]; %Composition %Outlet Specification [PFAD(4)] y=[44.0789 62.428 77.24324 85.35 89.435 91.353 92.504 92.6252];%...

1 year ago | 1 answer | 0

1

answer

Question


I want to plot a graph of the composition vs time. Can anyone help me please?
x=[0:1:20]; %Composition y=[44.0789 44.0 41.77 36.976 32.894 27.492 25.893 21.583 16.492 11.473 8.424 4.242 2.29 1.542 0.7241 ...

1 year ago | 1 answer | 0

1

answer

Question


control and simulation of petroleum distillation column
% CALCULATE MATERIAL BALANCES FOR THE DISTILLATION TOWER % INITIAL DATA Fmass=156000; %input('Feed flow rate Fmass (thousand t...

1 year ago | 1 answer | 0

1

answer

Question


How can I plot (y vs t) and (z vs t) in one graph?
z=4;y=2; h=0.1; t0=0; tn=0.4; y=2; fprintf('x y z\n'); for t=t0:h:tn dy=@(y,t) -2*y+4*exp(-t); dz=@(...

3 years ago | 1 answer | 0

1

answer