diff +mpm/clear_state.m @ 1:2007c2cd566a

Add some functions for handeling state
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 10 Sep 2018 14:55:47 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/+mpm/clear_state.m	Mon Sep 10 14:55:47 2018 +0200
@@ -0,0 +1,3 @@
+function clear_state()
+    mpm.save_state(struct());
+end