Feeds
提问
about python code to matlab code
python code for i in range(int(Lx)): a,b,c,d=fsolve(equations,(1,1,1,1), new_Lx) I want to translate python code to matla...
4 years 前 | 1 个回答 | 0
1
个回答提问
코드에 대해서
syms a b c d e; f1=-C1*c*b+C2*a*b^2+2*C3*a*b-B11*c+D11*a-C4*c*b+2*C5*a*b^2-C6*d*b+D12*b-C7*d*b+C8*a*b^2+C9*b^2+(Ly.^2.*Nx.*b)...
4 years 前 | 1 个回答 | 0
