Skip to content
Snippets Groups Projects
Commit 8e8c8e91 authored by William Lövfors's avatar William Lövfors
Browse files

Solved a bug in the matlab version, where strings where concatenate incorrectly

parent ed57056c
No related branches found
No related tags found
No related merge requests found
function [] = alcoholModel() function [] = alcoholModel()
modelName = "AlcoholModel_IQM"; modelName = "AlcoholModel_IQM";
IQMmakeMEXmodel(IQMmodel(modelName+".txt")) IQMmakeMEXmodel(IQMmodel([modelName, ".txt"]))
m = str2func(modelName); m = str2func(modelName);
D = parseData('data.json'); D = parseData('data.json');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment