Skip to content
Snippets Groups Projects
Commit 255a5acc authored by fontchas5's avatar fontchas5
Browse files

coquilles

parent e743691c
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ Le but est de calculer le champ qu'elle produit, l'énergie correspondante, ains ...@@ -16,7 +16,7 @@ Le but est de calculer le champ qu'elle produit, l'énergie correspondante, ains
## Définition du problème ## Définition du problème
Pour commencer, on crée (au bon endroit) un fichier `bobine.m` par exemple, et on y rentre le préambule « classique » : Pour commencer, on crée (au bon endroit) un fichier `bobine.m` ou `bobine.py` par exemple, et on y rentre le préambule « classique » :
* *MATLAB :* * *MATLAB :*
```Matlab ```Matlab
% Fichier bobine.m simulant la bobine du premier tuto avec FEMM % Fichier bobine.m simulant la bobine du premier tuto avec FEMM
...@@ -29,7 +29,6 @@ addpath('C:\femm42\mfiles') ...@@ -29,7 +29,6 @@ addpath('C:\femm42\mfiles')
* *Python :* * *Python :*
```Python ```Python
# Fichier bobine.py simulant la bobine du premier tuto avec FEMM # Fichier bobine.py simulant la bobine du premier tuto avec FEMM
import numpy as np import numpy as np
import femm import femm
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment