From c07cc4cf5cbf195358d67d1b2066ae0536ce8e48 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?William=20L=C3=B6vfors?= <william.lovfors@liu.se>
Date: Fri, 13 Aug 2021 09:02:01 +0200
Subject: [PATCH] Changed the format for how numerical values are presented

---
 Scripts and data/Init.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Scripts and data/Init.m b/Scripts and data/Init.m
index c85467b..9dcf2b7 100644
--- a/Scripts and data/Init.m	
+++ b/Scripts and data/Init.m	
@@ -2,6 +2,7 @@ function [model,data, lb, ub, nParams,expInd, stimulus, dgf, opts] = Init(modelN
 if nargin<1; modelName='lipolysis'; end
 if nargin<2, doDiabetes=0; end
 if nargin<3, doMEX=0; end
+format short e
 
 if doMEX
     disp('Compiling the model, please wait')
-- 
GitLab