Function Reference: Volume 3 (P-Z) - The MathWorks - #451

/ 1696


catalogue search
P. 451
P. 452
P. 453
P. 454
P. 455
P. 456
P. 457
P. 458
P. 459
P. 460
P. 461
P. 462
P. 463
P. 464
P. 465
P. 466
P. 467
P. 468
P. 469
P. 470
P. 471
P. 472
P. 473
P. 474
P. 475
P. 476
P. 477
P. 478
P. 479
P. 480
P. 481
P. 482
P. 483
P. 484
P. 485
P. 486
P. 487
P. 488
P. 489
P. 490
P. 491
P. 492
P. 493
P. 494
P. 495
P. 496
P. 497
P. 498
P. 499
P. 500


See other catalogues for The MathWorks

Text version of the page
Quivergroup Properties
set(findobj('Tag',,area1,),,FaceColor,,,red')
Type
string (read only)
Type of graphics object. This property contains a string that identifies the class of the graphics object. For stem objects, Type is 'hggroup'. This statement finds all the hggroup objects in the current axes.
t = findobj(gca,'Type','hggroup');
UIContextMenu
handle of a uicontextmenu object
Associate a context menu with this object. Assign this property the handle of a uicontextmenu object created in the object's parent figure. Use the uicontextmenu function to create the context menu. MATLAB displays the context menu whenever you right-click over the object.
UserData array
User-specified data. This property can be any data you want to associate with this object (including cell arrays and structures). The object does not set values for this property, but you can access it using the set and get functions.
Visible
{on} | off
Visibility ofthis object and its children. By default, a new object's visibility is on. This means all children ofthe object are visible unless the child object's Visible property is set to off. Setting an object's Visible property to off prevents the object from being displayed. However, the object still exists and you can set and query its properties.
2-2735

pageCatalog pdf di En 2012-06-22-01