photo

Esra Gungor


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
145,637
of 301,478

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 21,296

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,719

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer