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 matlab code
댓글 수: 1
Walter Roberson
2021년 11월 21일
That makes it look as-if the same equations are being solved multiple times ?
How is equations specified in the code?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!