Td' = var(popul,10);
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Stephen23
el 23 de Dic. de 2021
"why this error is showing?"
Td' = var(popul,10);
% ^ single quote is not valid in a variable name.
Respuestas (1)
Shanmukha Voggu
el 27 de Dic. de 2021
Hi Mainak,
A valid variable name starts with a letter, followed by letters, digits, or underscores
0 comentarios
Ver también
Categorías
Más información sobre Argument Definitions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!