Td' = var(popul,10);

조회 수: 7 (최근 30일)
MAINAK MUKHERJEE
MAINAK MUKHERJEE 2021년 12월 23일
답변: Shanmukha Voggu 2021년 12월 27일
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
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
Shanmukha Voggu 2021년 12월 27일
Hi Mainak,
A valid variable name starts with a letter, followed by letters, digits, or underscores
The link here might be helpful.

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by