Han Geerligs
Technical University Eindhoven
Followers: 0 Following: 0
Statistics
RANK
4,134
of 295,467
REPUTATION
6
CONTRIBUTIONS
3 Questions
5 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
aggregate coverage data for multiple unit test models
Hi Pat, thanks for your swift reply. In the meantime I have gained insights. Let me explain the context: I am trying to a...
6 years ago | 0
Question
aggregate coverage data for multiple unit test models
hello all, I am trying to aggregate the coverage data for a referenced model which is shared in two (or more) unit test model...
6 years ago | 2 answers | 0
2
answersI am using ‘appdesigner’, I would like to programmatically scroll to the bottom of a TextArea, is this possible?
Hi Gregg, I have the same question. Do you have any solution already? regards, Han
7 years ago | 0
Solved
The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".
8 years ago
Solved
Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...
9 years ago
Solved
Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...
9 years ago
Solved
Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...
9 years ago
Solved
Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...
9 years ago
Question
error stack trace visible with verifyError
Hello all, How can I make my test running silently when using a VerifyError which checks an error is occurring? Now it displa...
9 years ago | 1 answer | 0
1
answerQuestion
support for viewing Python objects in Workspace browser in R2014B
Hello all, I am playing a little with Python integration in R2014b. I am wondering whether support for Python objects in the...
10 years ago | 0 answers | 0
0
answersSolved
Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...
11 years ago
Solved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
11 years ago
Solved
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:...
11 years ago
Can you have both 32 bit and 64 bit MATLAB installed?
Hi all, I just received a solution from TMW: A workaround would be to create a startup.m file in which you set the compile...
12 years ago | 3
Matlab r2011 Problems with compiling Matlab Functions
maybe you can call the vcvars64 (or vcvars32) batch file in your matlab startup batch file
13 years ago | 0
What configuration management system do you use for Model-Based Design?
we are using Visual Source safe to do the revision management.
13 years ago | 0