
Paul Wintz
Statistics
RANK
3.560
of 257.584
REPUTATION
10
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
5
RANK
13.738 of 17.747
REPUTATION
12
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
26
ALL TIME DOWNLOADS
77
RANK
of 109.878
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Submitted
Hybrid Equations Toolbox (beta)
This is a beta release of the upcoming version 3.0 of the Hybrid Equations Toolbox. Changes may occur prior to release.
10 días ago | 26 downloads |

In a Simulink library, how to flag a subsystem as a block and not a sublibrary?
I've found that the following process causes the subsystem not to be shown as a sublibrary in the Library Browser. Select the ...
19 días ago | 0
Question
In a Simulink library, how to flag a subsystem as a block and not a sublibrary?
I am developing a Simulink library that includes several custom subsystem blocks. When I open the library in the Simulink Librar...
20 días ago | 1 answer | 0
1
answerHow to include external code when publishing?
You must have no more than one space between "%" and "<include>". Having spaces before the "%" might also cause problems, so cha...
3 meses ago | 0
redirect terminal output to file
As @B Treeby said in a comment above, you can hide all output from a function call by using evalc. evalc('fprintf(''Hello, Worl...
7 meses ago | 1
Question
Automatically Run Script at End of Toolbox Installation
I'm writing a toolbox and packaging it as described in Create and Share Toolboxes. At the end of the installation process, I wan...
8 meses ago | 1 answer | 0
1
answerQuestion
Backward compatible functionSignatures.json
I'm writing a toolbox (packaged as described here) and I want to use functionSignatures.json to provide autocomplete informati...
8 meses ago | 1 answer | 0
1
answerexportgraphics: adding a margin
You can force exportgraphics to export the entire figure by drawing an white rectange around it with the command annotation('r...
8 meses ago | 2
How do I check if a value is a correct color?
In Matlab 2020b and later, use the validatecolor function.
9 meses ago | 2