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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
