Size and location of the object. Specify the lower left corner of the object with the first two elements of the vector defining the point x, y in units normalized to the figure (when Units property is normalized). width and height specify the object's dx and dy, respectively, in units normalized to the figure. The default value is [0.3 0.3 0.1 0.1].
dazu muss man das Handle von den Grafischen Objekt holen
z.B.
Code:
plot(1:10)
h = annotation('textbox',[0.5, 0.5, 0.2, 0.1],'String', 'ein Test') % % Achtung die Werte sind relative zu Größe des Fensters set(h,'Position',[0.40.40.20.1])
%
% oder in Pixels
setpixelposition(h, [10, 10, 100, 20])
Wenn man die Legende mit der Maus anklickt, dann kann man sie verschieben.
Gibt es für diese Funktion ein Property oder muss man sich solche Sachen selbst Programmieren?
Habe gerade mal in den Code von der Legende (open('legend')) reingeschaut, aber da blicke ich noch nicht ganz durch.
Du kannst Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum posten Du kannst Dateien in diesem Forum herunterladen
MATLAB, Simulink, Stateflow, Handle Graphics, Real-Time Workshop, SimBiology, SimHydraulics, SimEvents, and xPC TargetBox are registered trademarks and The MathWorks, the L-shaped membrane logo, and Embedded MATLAB are trademarks of The MathWorks, Inc.