photo

Stuart MacGregor


Last seen: 2년 초과 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
4 답변

순위
115,485
of 301,172

평판
0

참여
5 질문
4 답변

답변 채택
20.0%

획득한 표
1

순위
 of 21,183

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,200

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
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년 초과 전 | 1

| 수락됨

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 초과 전 | 0

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 3년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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년 전 | 0

답변 있음
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년 전 | 0

질문


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년 전 | 답변 수: 1 | 0

1

답변