Td' = var(popul,10);

7 次查看(过去 30 天)
MAINAK MUKHERJEE
MAINAK MUKHERJEE 2021-12-23
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