photo

Etaoin Shrdlu


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

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
3 Réponses

RANG
14 867
of 301 540

RÉPUTATION
3

CONTRIBUTIONS
5 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
2

RANG
 of 21 319

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 175 260

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 6 ans il y a | 1

| A accepté

Réponse apportée
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 6 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 6 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 9 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 10 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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 10 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 10 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 11 ans il y a | 1 réponse | 0

1

réponse