about python code to matlab code
Afficher commentaires plus anciens
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 commentaire
Walter Roberson
le 21 Nov 2021
That makes it look as-if the same equations are being solved multiple times ?
How is equations specified in the code?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Call Python from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!