photo

Itqan Ismail


Last seen: 2년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
242,648
of 300,392

평판
0

참여
6 질문
0 답변

답변 채택
83.33%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can I plot this graph in MATLAB?

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

2년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변