Community Profile

photo

mohamed asran


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


what is the error with that code?
clc clear all r=0.05; l=0.01; st=0.0001; v=220; Kf=18; j=3; Tl=60; i=0; w=0; I=[]; W=[]; t=[]; for dt=0:0.0001:1 ...

3 years ago | 2 answers | 0

2

answers

Answered
how can i find the intersection point between the two curves and the minimum point to the other curve?
clc clear all r=0.05; l=0.01; st=0.0001; v=220; Kf=18; j=3; Tl=60; i=0; w=0; I=[]; W=[]; t=[]; for dt=0:0.0001:1 ...

3 years ago | 0

Question


how can i find the intersection point between the two curves and the minimum point to the other curve?
k1=10^-4;k2=2*10^5 k2 = 200000 d=0.08; a=50*10^-6:1*10^-6:100*10^-6; cr =k1./a; cf =k2*d.*a; ctot =cr+cf; plot(a,c...

4 years ago | 2 answers | 0

2

answers