mohamed asran
Followers: 0 Following: 0
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 ...
4 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 ...
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 ...
4 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...
5 years 前 | 2 个回答 | 0