photo

Steffen Müller


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
120,551
of 301,478

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,296

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,719

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Answered
Simulink: Create line object - Matrix vs. vector input
The solution is simply to use L=line(cell2mat(process(:,2))', cell2mat(process(:,3))'); instead of L=line(cell2mat(...

10 years ago | 0

| accepted

Question


Simulink: Create line object - Matrix vs. vector input
Why is there a difference between figure; process = {'process' , [0.2500 0.5000], [0.6 0.8]; 'process2', [...

10 years ago | 1 answer | 0

1

answer

Answered
How to set Parameters of Block "custcode/System Outputs"
I found myself a solution: Adding a newline after the desired function call of the field (for whatever reason): add_block('...

10 years ago | 0

| accepted

Question


How to set Parameters of Block "custcode/System Outputs"
How can I set the Code for the block "custcode/System Outputs" programmatically? I receive an error "Size arguments must be real...

10 years ago | 1 answer | 0

1

answer