MATLAB SIMULINK 7 - GRAPHICAL USER INTERFACE Podręcznik Użytkownika Strona 539

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 759
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 538
Compose and Code GUIs with Interactive Tools
3 Release the mouse button. The control moves.
4 The button Position is set, returned and placed on the system clipboard:
rect =
37 362 127 27
Add a Position parameter and empty value to the uicontro l command
from step 1 in your GUI code file, as follows:
btn1 = uicontrol('Style','pushbutt on',...
'String','Push Me','Position',[])
With the cursor inside the brackets [],typeCtrl+V to paste the setpos
output as the Position parameter value:
11-51
Przeglądanie stron 538
1 2 ... 534 535 536 537 538 539 540 541 542 543 544 ... 758 759

Komentarze do niniejszej Instrukcji

Brak uwag