Till Rahlf
Dräger Medical AG & Co. KG
Followers: 0 Following: 0
Statistics
RANK
2,964
of 295,486
REPUTATION
20
CONTRIBUTIONS
13 Questions
3 Answers
ANSWER ACCEPTANCE
23.08%
VOTES RECEIVED
15
RANK
of 20,236
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
incompatible global variables in a model reference
I use ConfigSet References. And I made all my variables local to the model workspace. Except the ConfigSet and the Simulink.Bu...
8 years ago | 0
Question
incompatible global variables in a model reference
Hi all, I have a model reference, which is built every time. Also if nothing changed. :-( My Rebuild configuration is set...
10 years ago | 3 answers | 0
3
answersQuestion
User Specified State Transition Execution Order in Matlab Stateflow
Hi, is there a possiblility to deactivate "User Specified State Transition Execution Order" in Stateflow Chart with Matlab A...
10 years ago | 0 answers | 0
0
answersQuestion
Model Advisor custom checks are slow
Hi, I have a lot of test for simulink models, which test inport, sum blocks etc. I use function like find_system, the Sta...
10 years ago | 0 answers | 0
0
answersQuestion
Unnecessary typedef in generated code for bus objects
Hi all, I want to generate code for a model. This model contains one bus object named "bdv_MeasAndUsability". When I gene...
10 years ago | 0 answers | 0
0
answersQuestion
file packaging format "compact"
Hey all, I want to build my model with the embedded coder (ert.tlc). I select the code parameter setting file packaging f...
10 years ago | 0 answers | 4
0
answersQuestion
Add stack to created MException object
Hi, can I add stack Information to a created object. I have created a MException object, like this. myEx = MException('...
11 years ago | 0 answers | 1
0
answersTime cell (or char) inside a double array
What is exactly the result you expect? Can you give an example for the cell array "dateCells "? dateCells = {'09:45:43','0...
11 years ago | 0
Time cell (or char) inside a double array
which matlab release do you use? dateCells = {'09:45:46','09:45:49'} dateString = strjoin(dateCells, sprintf('\n')) res...
11 years ago | 1
| accepted
Question
xml output for matlab.unittest results
Hi, other xunit frameworks provide an xml file generation for the test results. E.g. the cppunit has a XmlOutputter class....
11 years ago | 2 answers | 2
2
answersQuestion
skip an unit test
Hi, I have a list of unit tests. Some of them should be skipped. I would assume as TestResult something like that: T...
11 years ago | 1 answer | 2
1
answerQuestion
hexadecimal numbers in generated code
Hi, I am using the Embedded Coder. All my S-functions are inlined with tlc-files. Some of the not tunable parameters shou...
11 years ago | 0 answers | 0
0
answersQuestion
Matlab Unit Testing Framework supporting Simulink?
Hi, we need for our Simulink Software unit tests for quality assurance. I am looking at the Matlab Unit Testing Framework....
11 years ago | 3 answers | 1
3
answersQuestion
Fail Reasons exportable in the UnitTest-Framework?
Hi, when I run unit tests with the unittest framework. The result of a test run is a vector of matlab.unittest.TestResult ...
11 years ago | 4 answers | 2
4
answersQuestion
Logging of warnings possible?
Hi, is there a way of getting all warnings, which occur during a run of a matlab function/script/method? With "lastwarn" I...
11 years ago | 1 answer | 0
1
answerQuestion
Will there be a pdf-documentation for the unit-test-framework?
Hi, I want to use the Matlab-UnitTestFramework. A lot of functionality seems to be undocumented, e.g. the Plugin class wi...
11 years ago | 2 answers | 2