Statistics
All
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
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answersAnswered
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)
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