Error in sym: Character vectors and strings in the first argument can only specify a variable or number.

조회 수: 2 (최근 30일)
I'm using GPTIPS to develop a model that fits my data.I'm using R2020a.
I am trying to run gpdemo1,gpdemo2,gpdemo3,gpdemo4 but facing an error whose screenshot I have attached.
Any Idea??

답변 (1개)

Steven Lord
Steven Lord 2020년 8월 23일
As of release R2018a, calling sym with a char input that is not a valid variable name or a number will error. Modify the code so it calls sym to create symbolic variables or symboli numbers and assemble the symbolic expression by operating on those symbolic variables or numbers or use str2sym to convert the text expression into a symbolic expression.

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by