Fix cherrypick routine with max and min functions in model block.

kalman-mex
Stéphane Adjemian (Argos) 2023-07-21 15:35:14 +02:00
parent d9ff8dfeee
commit 91825d4b5b
Signed by: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 1 additions and 1 deletions

View File

@ -45,4 +45,4 @@ objects(cellfun(@(x) all(isempty(x)), objects)) = [];
function o = splitexpr(expr)
o = strsplit(expr, {'+','-','*','/','^', '(', ')', '\n', '\t', ' '});
o = strsplit(expr, {'+','-','*','/','^', '(', ')', ',', '\n', '\t', ' '});