@benpolletta Seems to be more specification errors
Error using cell/ismember (line 34)
Input A of class char and input B of class cell must be cell arrays of character vectors, unless one is a character vector.
Error in dsGenerateModel (line 275)
if ismember(MechID,{specification.populations(i).mechanisms.name})
Error in dsCheckModel (line 102)
model = dsGenerateModel(model);
Error in dsSimulate (line 540)
model = dsCheckModel(model, varargin{:}); % handles conversion when input is a string w/ equations or a DynaSim specification structure
Error in Lee2015functionMode (line 70)
data = dsSimulate(sim_spec,'tspan',tspan,'downsample_factor',dsfact,'solver',solver,'coder',0,...
34 error(message('MATLAB:ISMEMBER:InputClass',class(a),class(b)));
Missing mechanisms:
K>> i
i =
5
K>>
K>>
K>>
K>> MechID
MechID =
'FSiNaF'
K>> specification.populations(i).mechanisms.name
ans =
'FSiNaF'
ans =
'FSiKDR'
ans =
[]
ans =
'iExt'
Population in question. Looks like it's the leak current again
@benpolletta Seems to be more specification errors
Missing mechanisms:
Population in question. Looks like it's the leak current again