Td' = var(popul,10);
Afficher commentaires plus anciens
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 commentaire
Stephen23
le 23 Déc 2021
"why this error is showing?"
Td' = var(popul,10);
% ^ single quote is not valid in a variable name.
Réponses (1)
Shanmukha Voggu
le 27 Déc 2021
0 votes
Hi Mainak,
A valid variable name starts with a letter, followed by letters, digits, or underscores
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!