Feeds
提问
Appdesigner and uifigure based apps look blurry
Hi I have a new PC and on my Matlab R2021b installation the appdesigner and uifigure based apps look blurry. The rest of Mat...
2 years 前 | 1 个回答 | 0
1
个回答提问
Coder with classes: Default values and input checking
Hi I have a use case where I have a Matlab class that I want to be part of the interface when generating c++ code. The class ho...
3 years 前 | 1 个回答 | 0
1
个回答提问
ValueChanged event not fired on uieditfield when setting property Value
Hi I have a uieditfield: u = uieditfield(); The I attach a listener to the ValueChangedFcn u.ValueChangedFcn = @(s,e)disp(e)...
6 years 前 | 2 个回答 | 1
2
个回答已回答
Distinguish uifigure from figure programmatically
Hi I also need an answer to this question. The answers provided here are not certain to give the correct result. For example ...
Distinguish uifigure from figure programmatically
Hi I also need an answer to this question. The answers provided here are not certain to give the correct result. For example ...
6 years 前 | 1
提问
multiple apps with dependency to one user written toolbox
Hi I have a question regarding appdesigner. I have a use-case where I write multiple apps. All of these apps depend on one...
6 years 前 | 0 个回答 | 0
0
个回答提问
appdesigner code generating exposes ui component handles
Hi I have recently started looking into the appdesigner framework for creating gui's and I have some questions on the generat...
6 years 前 | 0 个回答 | 1
0
个回答提问
problem explicitly calling subsasgn with buitlin method
Hi I have a problem when I try to overload the subsasgn method in a class. This is simple example class to show the problem: ...
7 years 前 | 2 个回答 | 0