photo

mohamed asran


Last seen: 3 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
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 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答