提问


custom UI component issues
Update: I solved this for now by adding a line to the "update" function that sets the Parent of the panel to be the Parent figur...

4 years 前 | 1 个回答 | 0

1

个回答

提问


creating a dragable matlab component
following these two discussions: https://www.mathworks.com/matlabcentral/answers/712488-drag-and-drop-in-matlab-app-designer-20...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Adding a title to uiimage
I am working with matlab app designer, matlab 2020b essentially I want to have several dragable objects that look like pipe s...

4 years 前 | 0 个回答 | 0

0

个回答

提问


error messeges in MATLAB app designer
I have an elaborate MATLAB code and i am now working on a user interface in matlab app designer. the code contains a long list ...

4 years 前 | 2 个回答 | 0

2

个回答

已回答
convert categorical to numeric
I converted the categorical data into a char and then used str2num. worked for me :)

4 years 前 | 0

提问


square root of pi
I was banging my head against the wall looking for the error in my code, that kept returning "false" when it should have returne...

4 years 前 | 1 个回答 | 0

1

个回答

提问


drag and drop in matlab app designer 2020b
We are trying to implement a drag and drop function in the app desinger (version 2020b), similar to what was done here: https...

4 years 前 | 1 个回答 | 0

1

个回答

提问


legend with multiple axes using yyaxis
I am creating a plot with two different y axes. the curves are added alternately. for example: yyaxis ...

4 years 前 | 1 个回答 | 0

1

个回答

提问


issuing a warning with details
I want matlab to issue a warning, with a lot of details. However, i don't want to flood the command propmt. i thought of issuing...

4 years 前 | 1 个回答 | 0

1

个回答

提问


inheriting property and changing access
I have an abstract class 'TA_Component' with a property 'Length'. in general the propery should be set by the user. nI also hav...

4 years 前 | 2 个回答 | 0

2

个回答

提问


letting an object name itself
i am working on an object oriented code. i would like every object to have a property 'name' that is identical to it's workspace...

4 years 前 | 1 个回答 | 0

1

个回答

提问


create a function while protecting it's code
i am working towards publishing my code. while most of it i hope to publish as an open source code, there is one function that i...

4 years 前 | 1 个回答 | 0

1

个回答

提问


passing a variable name to a function
let's say i have several variables, and i want to create a function that changes a variable based on user specification for ins...

4 years 前 | 1 个回答 | 0

1

个回答

提问


method accessing it's own object
it seems that a method inside a class definition cannot access it's own object, or at least it doesn't recognize it's own object...

4 years 前 | 1 个回答 | 0

1

个回答

提问


pointers in object-oriented matlab programing
I want to create several objects that can "communicate with each other" for instance, let's say i have a class called "child" a...

4 years 前 | 2 个回答 | 0

2

个回答