photo

Stuart MacGregor


Last seen: 2 years ago Active since 2023

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
4 Answers

RANK
115,485
of 301,020

REPUTATION
0

CONTRIBUTIONS
5 Questions
4 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
1

RANK
 of 21,135

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 172,370

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

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

2 years ago | 0 answers | 0

0

answers

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

2 years ago | 1

| accepted

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

2 years ago | 1 answer | 0

1

answer

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

2 years ago | 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...

2 years ago | 1 answer | 0

1

answer

Question


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

2 years ago | 1 answer | 0

1

answer

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

3 years ago | 0

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

3 years ago | 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...

3 years ago | 1 answer | 0

1

answer