photo

Esra Gungor


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
0 답변

순위
145,637
of 301,478

평판
0

참여
7 질문
0 답변

답변 채택
57.14%

획득한 표
0

순위
 of 21,296

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,719

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


how can i find the y value in the script file versus the x value in the graph?
how can i find the y value in the script file versus the x value in the graph?

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

1

답변

질문


how can i solve this problem related to pssh?
function xd=pssh(t,c) k1=10^(-8); k2=10^(-16); k3=5*10^(-10); k4=10^(-11); r1=k1*c(1,:); r2=k2*c(1,:)*c(3,:)...

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

1

답변

질문


How can I solve ode?
function dx=membrane(W,x) k1c=2; Kc1=0.2; k2d=0.4; k3e=400; wf=100; alfa=0.008; kb=1; ca0=0.6; fa0=...

거의 9년 전 | 답변 수: 0 | 0

0

답변

질문


how can I solve this equation 'tc = (1/k)*((2^(1-alfa))-(ca.^(1-alfa)))/(1-alfa)' by using nonlinear least squares?
t=[0 5 9 15 22 30 40 60]; >> ca=[2 1.6 1.35 1.1 0.87 0.7 0.53 0.35]; >>

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


how can ı solve these equations?
function dc=pbr(w,c) dc=zeros(2,1); Cao=0.0454; Fao=13.2; R=0.082; T=443; k=1.74; teta=2.0303; eps=-0....

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


How can I solve this ODE system?
function dxt=convrs(t,X) T=300; Kc=1.08; k=9*10^(-5); V=200; vo=0.05; Cao=7.72; Cbo=10.93; Nao=Cao*V; Fbo=Cbo*vo; Nbi=...

대략 9년 전 | 답변 수: 1 | 0

1

답변

질문


How can I plot this equation(' Xe=(Kc*(1+(Fbo.*t/Nao))-((((Kc*(1+(Fbo.*t/Nao))).^2)-(4*(Kc-1)*Kc(Fbo.*t/Nao))).^(1/2)))/(2*(Kc-1))') in MATLAB?
T=300; %Temperature (K) Kc=1.08; %Equilibrium Constant k=9*10^(-5); %Specific Reaction Rate (dm^3/mol*s) V=200; %İnitial volu...

대략 9년 전 | 답변 수: 1 | 0

1

답변