Skip to content

Commit

Permalink
Silence Warning: Function 'Theta' not verified to be a valid MATLAB f…
Browse files Browse the repository at this point in the history
…unction.

Warning: Function 'phi' not verified to be a valid MATLAB function.
 #16
  • Loading branch information
dweindl committed Apr 22, 2018
1 parent 9951888 commit 2b4192b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matlab/generateLNA.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ function generateLNA(sbmlFileName, modelName, computeSS, varargin)
sbmlModel = TranslateSBML(sbmlFileName);
[ S, ~, P ] = SBML2StoichProp(sbmlModel, true);

orig_state = warning('off', 'symbolic:generate:FunctionNotVerifiedToBeValid');
f = matlabFunction(P, 'Vars', {'phi','t','Theta'});
warning(orig_state)

% species
phi = cell2sym({sbmlModel.species.name});
Expand Down

0 comments on commit 2b4192b

Please sign in to comment.