- Double Click on the table to bring up the Inspector
- Scroll down to RowName
- Click on "numbered" and choose "Show names entered below as the row headers"
- Then you can type in 0, 1, 2, ...
Table in Guide, Start number
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
dmfwlansejr
el 30 de Jul. de 2021
Following is starting number '1',2,3,4,5,6
This is auto make it
I want to start at '0',1,2,3,4,5
How to make it in the guide? (I'm not familiar with "App Designer")
0 comentarios
Respuesta aceptada
Dave B
el 30 de Jul. de 2021
Editada: Dave B
el 30 de Jul. de 2021
The property you are looking for is "RowName"
If you want to change it programatically, and hTable is your table, you could do
hTable.RowName = 0:9;
In GUIDE, to do it interactively:
And try App Designer, it's not too difficult and well worth it to learn!
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps 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!