From 3a3bf9a8327bd21213ab4fdfeb1d9f2459082ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Thelander=20Andr=C3=A9n?= <marcus.thelander_andren@control.lth.se> Date: Fri, 22 Sep 2017 12:41:27 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b279e..314ad0f 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,9 @@ The output argument `V` is a matrix with dimensions compatible with `x1vec`and ` `contour(x1vec, x2vec, V, [0 0])` to plot the bound $`\partial \Omega`$. ## Plotting during Simulation -With the input argument `plot_progress = 1`, a surface plot of $`V`$ and a plot of $`\partial \Omega`$ will be updated every 10th iteration of the simulation. +With the input argument `plot_progress = 1`, a surface plot of $`V`$ and a plot of $`\partial \Omega`$ will be updated every 10th iteration of the simulation. An example is shown below: + ## Printing during Simulation With the input argument `print_progress = 1`, information of every 10th iteration will be printed to the command window during the simulation. An example is shown below: -- GitLab