new files in assignment 3

This commit is contained in:
2025-05-08 11:03:36 +02:00
parent 3e7a875991
commit 2fa3e673d4
3 changed files with 237 additions and 1 deletions

View File

@@ -132,7 +132,7 @@
"outputs": [],
"source": [
"fig1, ax1 = SetupFigure(10, 5, \"Time [s]\", \"x(t)\", \"Gaussian, DT=0.1, TMAX=6\", 14)\n",
"ax1.plot(t, x , color='blue', ls=':', marker='o', markersize=4.0)"
"ax1.plot(t, x, color='blue', ls=':', marker='o', markersize=4.0)"
]
},
{