Td' = var(popul,10);
이전 댓글 표시
Td' = var(popul,10);
The expression to the left of the equals sign is not a valid target for an assignment.why this error is showing? please help
댓글 수: 1
Stephen23
2021년 12월 23일
"why this error is showing?"
Td' = var(popul,10);
% ^ single quote is not valid in a variable name.
답변 (1개)
Shanmukha Voggu
2021년 12월 27일
0 개 추천
Hi Mainak,
A valid variable name starts with a letter, followed by letters, digits, or underscores
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!