how to solve my code with this error
이전 댓글 표시
how to solve my code with this error;A valid state attribute should be either a character vector, a cell array or a valid MATLAB structure
댓글 수: 2
Adam Danz
2018년 7월 16일
Can't fix what we can't see :)
You'll need to share the section of code causing the error and any relevant variable values.
OCDER
2018년 7월 16일
But we can make a guess on how to fix the error - Convert the state attribute to a character vector, a cell array, or a valid MATLAB structure. :)
답변 (2개)
chirag rohit
2019년 10월 23일
5 개 추천
In your simulink model there must be an integrator. And in properties of integrator you have changed below input,
State Name: (e.g., 'position')
''
Whatever name you write here it should be alwasy within ''. Or just leave that input as ''.
It might solve your error.
댓글 수: 2
Keaton Cable
2020년 1월 29일
Thank you!
Alexander Thif
2020년 11월 5일
that was helpfull thank you for your answer!
solanki divyesh
2020년 3월 3일
0 개 추천
i shaw an error like (undefined function 'matlab' for input arguments of type 'char'
카테고리
도움말 센터 및 File Exchange에서 Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!