Community Profile

photo

Etaoin Shrdlu


Last seen: environ 4 ans il y a Actif depuis 2015

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

A répondu
Is there a groot default for xlabel and ylabel HorizontalAlignment and VerticalAlignment?
Finally, this piece of code works (R2016a). I put it in the header file that is called by all GUI programs in my suite: set(gro...

environ 4 ans il y a | 1

| A accepté

A répondu
Is there a groot default for xlabel and ylabel HorizontalAlignment and VerticalAlignment?
Excellent observation, which leads to this possible solution: Make each axis do the modification of its XLabel: >> set(groot, '...

environ 4 ans il y a | 0

Question


Is there a groot default for xlabel and ylabel HorizontalAlignment and VerticalAlignment?
I'm trying to do something global like set(groot, 'DefaultXLabelVerticalAlignment', 'middle'). I looked through the entire gro...

environ 4 ans il y a | 3 réponses | 1

3

réponses

Question


Get mouse down and mouse up events from slider
I am implementing (in R2016a) a continuous slider using a listener as follows: sld = uicontrol('Style', 'slider'); sld.a...

plus de 7 ans il y a | 2 réponses | 0

2

réponses

Question


How do I access the handles of stem plot lines and markers separately in R2015a??
Prior to R2015, the stem function returned a handle which could be used to get the handles of the two children that corresponded...

environ 8 ans il y a | 1 réponse | 0

0

réponse

A répondu
Broken ButtonDownFcn when used in a class in R2015a
"Nevah mind!" I figured it out: methods function s = scrollwindow(varargin) ... set(gca, 'ButtonDo...

plus de 8 ans il y a | 0

Question


Broken ButtonDownFcn when used in a class in R2015a
I have a class, 'scrollwindow', which uses the axis 'ButtonDownFcn' to get a mouse click and do stuff. My code worked fine until...

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


How do I get a subclass to listen to an event generated in a superclass?
I have a superclass, BasicPlot that generates an event 'DonePlotting' when the main plotting method is finished: notify(s, 'Done...

presque 9 ans il y a | 1 réponse | 0

0

réponse