whats wrong with this code?

1 visualización (últimos 30 días)
Muazma Ali
Muazma Ali el 31 de Jul. de 2022
Respondida: Walter Roberson el 31 de Jul. de 2022
Hi !
This is a code taken from mathworks.com webpage. When I run this code, I get an error saying undefined variable or function Lastname. I really dont understand what I have forgotten to do here.

Respuestas (1)

Walter Roberson
Walter Roberson el 31 de Jul. de 2022
my_tab.Properties.RowNames = LastName;
You are referring to LastName with a capital N. You have not defined a LastName with a capital N: you have defined Lastname with a lower-case N

Categorías

Más información sobre Tables 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!

Translated by