panther icon indicating copy to clipboard operation
panther copied to clipboard

symvar error with Matlab R2023a in MyClampledUniformSpline.m

Open jtorde opened this issue 1 year ago • 0 comments

In Matlab R2023a, I am getting this error:

Error using symvar
...
Invalid argument at position 1. Value must be a character vector or string scalar.

A possible fix is to change this:

if(numel(symvar(ADiffT'))==0)

to this:

if(numel(symvar(sym(ADiffT')))==0)

jtorde avatar Mar 17 '23 09:03 jtorde