photo

Stuart MacGregor


Last seen: oltre 2 anni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

5 Domande
4 Risposte

RANK
115.485
of 301.800

REPUTAZIONE
0

CONTRIBUTI
5 Domande
4 Risposte

ACCETTAZIONE DELLE RISPOSTE
20.0%

VOTI RICEVUTI
1

RANK
 of 21.411

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 176.593

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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 ...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Risposto
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 ...

oltre 2 anni fa | 1

| accettato

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Risposto
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 ...

oltre 2 anni fa | 0

Domanda


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...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 3 anni fa | 1 risposta | 0

1

risposta

Risposto
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.

oltre 3 anni fa | 0

Risposto
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 ...

oltre 3 anni fa | 0

Domanda


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...

oltre 3 anni fa | 1 risposta | 0

1

risposta