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

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 500
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 364
Lay Out a UI Programmatically
10-33
Explicitly changing the Position or OuterPosition causes the other property to change.
For example, this is the current Position value of f:
f.Position
ans =
258 132 560 420
Changing the OuterPosition causes the Position to change:
f.OuterPosition = [250 250 490 340];
f.Position
ans =
Vista de pagina 364
1 2 ... 360 361 362 363 364 365 366 367 368 369 370 ... 499 500

Comentarios a estos manuales

Sin comentarios