From fd0db67172f8db85052ca30458d4474592b1b9a8 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 16 Jun 2014 22:00:41 +0000 Subject: [PATCH] [Matlab/Samples] Move reactor ODE functions into samples directory These functions are used by some of the examples, and show how custom reactor-like models can be implemented in Matlab. They are useful mostly as a basis for user modifications. --- {interfaces/matlab/toolbox => samples/matlab}/conhp.m | 0 {interfaces/matlab/toolbox => samples/matlab}/conuv.m | 0 {interfaces/matlab/toolbox => samples/matlab}/reactor_ode.m | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {interfaces/matlab/toolbox => samples/matlab}/conhp.m (100%) rename {interfaces/matlab/toolbox => samples/matlab}/conuv.m (100%) rename {interfaces/matlab/toolbox => samples/matlab}/reactor_ode.m (100%) diff --git a/interfaces/matlab/toolbox/conhp.m b/samples/matlab/conhp.m similarity index 100% rename from interfaces/matlab/toolbox/conhp.m rename to samples/matlab/conhp.m diff --git a/interfaces/matlab/toolbox/conuv.m b/samples/matlab/conuv.m similarity index 100% rename from interfaces/matlab/toolbox/conuv.m rename to samples/matlab/conuv.m diff --git a/interfaces/matlab/toolbox/reactor_ode.m b/samples/matlab/reactor_ode.m similarity index 100% rename from interfaces/matlab/toolbox/reactor_ode.m rename to samples/matlab/reactor_ode.m