Td' = var(popul,10);
조회 수: 1 (최근 30일)
이전 댓글 표시
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일
Hi Mainak,
A valid variable name starts with a letter, followed by letters, digits, or underscores
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Argument Definitions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!