Td' = var(popul,10);
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Stephen23
am 23 Dez. 2021
"why this error is showing?"
Td' = var(popul,10);
% ^ single quote is not valid in a variable name.
Antworten (1)
Shanmukha Voggu
am 27 Dez. 2021
Hi Mainak,
A valid variable name starts with a letter, followed by letters, digits, or underscores
0 Kommentare
Siehe auch
Kategorien
Mehr zu Argument Definitions finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!