Community Profile

photo

Itqan Ismail


Last seen: alrededor de 1 año hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


How can I plot this graph in MATLAB?

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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];%...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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=@(...

casi 3 años hace | 1 respuesta | 0

1

respuesta