Skip to content

Commit

Permalink
minor corr. ex06 jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHoelsch committed Nov 5, 2024
1 parent 6a5a007 commit da9197e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions exercise/add/ex06/transientProcess_synMach.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -37,7 +37,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -60,7 +60,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -86,7 +86,7 @@
},
{
"cell_type": "code",
"execution_count": 15,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -137,7 +137,7 @@
},
{
"cell_type": "code",
"execution_count": 16,
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -157,7 +157,7 @@
"i_q = x[:,1]\n",
"i_f = x[:,2]\n",
"omega = x[:,3]\n",
"angle = x[:,3]\n",
"angle = x[:,4]\n",
"\n",
"# torque\n",
"T = 3/2*p*(M_fs*i_f*i_q + (L_d-L_q)*i_q*i_d)"
Expand All @@ -173,7 +173,7 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": 9,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -202,7 +202,7 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand Down

0 comments on commit da9197e

Please sign in to comment.