photo

Markus M.


Last seen: Today Active since 2022

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Javascript, MATLAB, Assembly
Spoken Languages:
English, German, Chinese

Statistics

All
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
1 Solution

RANK
8,120
of 299,969

REPUTATION
6

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,853

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
96,230
of 166,784

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver
  • Knowledgeable Level 1
  • First Answer
  • First Review

View badges

Feeds

View by

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

14 days ago

Question


Control System Designer: Inconsistent Controller Output Step Response
I use the control system designer with e.g simple plant and controller: s = tf('s') G = 1/(s+1) C = 1/s; controlSystemDesign...

14 days ago | 1 answer | 0

1

answer

Question


Centering all subsystems inside a simulink model
Hello, my goal is to center all views inside every subsystem (including masked and linked subsystems) inside a large simulink m...

2 years ago | 2 answers | 0

2

answers

Answered
how to do loop on rows matrix?
It looks like the 1's are only needed on the diagonal elements. You can do this with: repmat(eye(3),1,2)

3 years ago | 1