Community Profile

photo

Paul Wintz


Last seen: 2 days ago|Active since 2021

Statistics

All
  • Thankful Level 2
  • Revival Level 1
  • First Submission
  • 3 Month Streak
  • First Answer
  • First Review

View badges

Content Feed

View by

Submitted


Hybrid Equations Toolbox (beta)
这是一个测试版release of the upcoming version 3.0 of the Hybrid Equations Toolbox. Changes may occur prior to release.

16 days ago | 21 downloads |

Thumbnail

Answered
Prevent Non-integer Tick Marks
I was able to develop the following solution to my question: clf ax = gca; xlim([0, 3]) % Create an axes with x in [0, 3]. Th...

25 days ago | 0

|accepted

Question


Prevent Non-integer Tick Marks
I am writing a library that includes function that plots discrete data that always aligns with integers on the x-axis. Including...

25 days ago | 1 answer | 0

1

answer

Answered
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 ...

3 months 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...

3 months ago | 1 answer | 0

1

answer

Answered
How to include external code when publishing?
You must have no more than one space between "%" and "". Having spaces before the "%" might also cause problems, so cha...

6 months ago | 0

Answered
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...

10 months 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...

10 months ago | 1 answer | 0

1

answer

Question


Backward compatible functionSignatures.json
I'm writing a toolbox (packaged as described here) and I want to use functionSignatures.json to provide autocomplete informati...

10 months ago | 1 answer | 0

1

answer

Answered
exportgraphics: adding a margin
You can force exportgraphics to export the entire figure by drawing an white rectange around it with the command annotation('r...

11 months ago | 2

Answered
How do I check if a value is a correct color?
In Matlab 2020b and later, use the validatecolor function.

11 months ago | 2