MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Manual de usuario Pagina 354

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 500
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 353
10 Lay Out a Programmatic UI
10-22
You can change several other characteristics of the table by setting certain properties:
To control the user’s ability to edit the table cells, set the ColumnEditable property.
To make your application respond when the user edits a cell, define a
CellEditCallback function.
To add or change row striping, set the RowStriping property.
To specify row and column names, set the RowName and ColumnName properties.
To format the data in the table, set the ColumnFormat property.
See Uitable Properties for the entire list of properties.
If you are building a UI using GUIDE, you can set many of the uitable properties using
the Table Property Editor. For more information, see “Create a Table”.
Panels
This code creates a panel:
f = figure;
p = uipanel(f,'Title','My Panel',...
'Position',[.25 .1 .5 .8]);
Vista de pagina 353
1 2 ... 349 350 351 352 353 354 355 356 357 358 359 ... 499 500

Comentarios a estos manuales

Sin comentarios