photo

Stuart MacGregor


Last seen: plus de 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

MATLAB Answers

5 Questions
4 Réponses

RANG
115 485
of 301 298

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
20.0%

VOTES REÇUS
1

RANG
 of 21 225

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 851

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

Feeds

Afficher par

Question


quiting a GUI app using "delete(app)" in a callback causes inverted graphics in subsequent use. Is there a better way to quit?
I am using a class which can spawn a GUI to display and interact with a 2D image. This class is invoked by another GUI app. I ...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
if a set of pushbuttons use the same callback function, can I distinguish which one called?
Posting here gets me to find the answer myself! After some experimentation: The event.Source object is the button object being ...

plus de 2 ans il y a | 1

| A accepté

Question


if a set of pushbuttons use the same callback function, can I distinguish which one called?
I want to do something similar for a set of buttons. Can I identify the calling button by some data in the event parameter of t...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
On run within the App Designer, I get the message: - "Unrecognized function or variable 'VideoSignal.empty'. In base workspace"
The VideoSignal class had a syntax error (typo). Still, I would have expected a more useful error message from the app builder ...

plus de 2 ans il y a | 0

Question


On run within the App Designer, I get the message: - "Unrecognized function or variable 'VideoSignal.empty'. In base workspace"
VideoSignal is a (handle) class which is defined in the app as a property. It does not have any empty method or variable, and n...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Question


seems like a handle class nesting bug
classdef IqReader < handle properties fid=0 end ... end classdef InReader < handle properties ...

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

1

réponse

Réponse apportée
image upside down (including axis labels etc) using App designer: same code OK outside GUI
shut down matlab and opened it again, and it all works! Some internal matlab state bug.

environ 3 ans il y a | 0

Réponse apportée
image upside down (including axis labels etc) using App designer: same code OK outside GUI
No, just called : app.data.classname.function(app.UIAxes) in the draw() callback, and the class method calls image(ax,C), where ...

environ 3 ans il y a | 0

Question


image upside down (including axis labels etc) using App designer: same code OK outside GUI
Using image(app.UIAxes,C) in draw() callback. ComponentBrowser/Axes/Rulers/YDir setting makes no difference. Changing YDir afte...

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

1

réponse