photo

Itqan Ismail


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
195.235
of 300.338

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
83.33%

ERHALTENE STIMMEN
0

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.149

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I plot this graph in MATLAB?

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort