Statistics
RANK
5,035
of 295,448
REPUTATION
10
CONTRIBUTIONS
9 Questions
2 Answers
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
9
RANK
15,194 of 20,227
REPUTATION
10
AVERAGE RATING
5.00
CONTRIBUTIONS
2 Files
DOWNLOADS
2
ALL TIME DOWNLOADS
48
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to track second figure like the Property Inspector window?
It is unfortunate that the Position property of the Figure class is not SetObservable. However – at least as far back as R2016b...
1 year ago | 1
Question
How to build a pattern expression that does NOT match another pattern?
As an exercise to learn pattern matching, I was trying to make a pattern that matches valid variable names. Here are the rules I...
3 years ago | 1 answer | 0
1
answerHow to make '.' Markers transparent in a Scatter plot?
Here's the answer from the Technical Support Case: The current workaround for this is to use the 'o' marker symbol and divide i...
4 years ago | 0
| accepted
Question
How to make '.' Markers transparent in a Scatter plot?
In R2016b, I am able to make Point ('.') Markers transparent in a Scatter plot by setting MarkerEdgeAlpha to a value < 1. For ex...
4 years ago | 2 answers | 1
2
answersQuestion
Is there a way to change the default Label(s) added to a Project File
When I add a file to a MATLAB Project, the 'Design' Label is added to it by default. I would rather not have a Label added by de...
4 years ago | 0 answers | 2
0
answersQuestion
How do I programmatically get all variant control labels of a Variant Subsystem when in Label control mode?
I have a Variant Subsystem. The variant control mode is Label. I'd like to have a popup mask parameter named LabelToActivate to ...
4 years ago | 1 answer | 0
1
answerQuestion
Easier way to remove a response from a response plot (bodeplot, stepplot, etc.)?
Is there a more convenient way to remove a response from a response plot generated using Control System Toolbox functions? I'm w...
4 years ago | 1 answer | 0
1
answerQuestion
Weird behavior when adding a subplot grid title BEFORE plotting in a Live Script. Is there a workaround without having to add the title AFTER plotting?
In a Live Script, if I add a subplot grid title to an invisible* figure, the acts of plotting or making the figure visible somet...
4 years ago | 0 answers | 1
0
answersQuestion
Is there a way to programmatically display documentation pages for the methods of the Simulink.SimulationInput class rather than the page for class?
This is a niche issue I ran into, but I set up a hyperlink in a Live Script to run... matlab: doc setPostSimFcn ... to try to ...
4 years ago | 1 answer | 0
1
answerQuestion
Is there a way to change the appearance of an Edit Field control in a Live Script?
I'm using an Edit Field control in a Live Script. The string has more characters than visibly fit in the 'small' text window. I'...
4 years ago | 1 answer | 4
1
answerQuestion
What are "gap ports" in Simulink?
I am trying to convert a Subsystem to a Subsystem Reference, but I get this error message. What are "gap ports"? I can't find an...
5 years ago | 1 answer | 0
1
answerSolved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years ago