photo

mohamed asran


Last seen: 約3年 前 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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 0

2

回答