photo

Philipp Maier

MathWorks

Active since 2012

Followers: 0   Following: 0

Message

I'm a Training Engineer at MathWorks and an Aerospace Engineer by education.

In my free time I like to snowboard, travel and cook.
Professional Interests: MATLAB, Simulink and Physical Modeling

Statistics

All
MATLAB Answers

0 Questions
6 Answers

Cody

0 Problems
66 Solutions

RANK
3,287
of 300,592

REPUTATION
18

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
3

RANK
 of 21,027

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
9,817
of 169,752

CONTRIBUTIONS
0 Problems
66 Solutions

SCORE
650

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • Knowledgeable Level 2
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
need help for take data from loop
The <http://www.mathworks.com/help/matlab/ref/eval.html eval> function can be used to execute the MATLAB expression. For example...

10 years ago | 0

| accepted

Answered
How to obtain repetition patterns (start, end indices) in an array?
Please feel free to simplify the following: flag = 1; start_indices = []; end_indices = []; for i=1:numel(N) ...

10 years ago | 3

Answered
saving a file with help of a function
The only thing missing in your code is that the name of the file needs to be a string when calling |addition| . For example: ...

11 years ago | 0

Answered
[Simulink] Not to process for a period of time
I can think of one way that might solve this: Inside the MATLAB Function Block, you could define a <http://www.mathworks.com...

11 years ago | 0

| accepted

Answered
How to change simulink coverage settings in script?
I have not done this myself, but I recommend looking at the <http://www.mathworks.com/help/slvnv/ug/use-coverage-commands-in-a-s...

11 years ago | 0

Answered
Include Simulink model Image when publishing an mfile
The MATLAB _print_ command provides the option for printing Simulink models. For an overview of how to do this in Simulink, refe...

11 years ago | 0

| accepted