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!