Feeds
문제를 풀었습니다
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:...
4개월 전
질문
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...
4개월 전 | 답변 수: 1 | 0
1
답변질문
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년 초과 전 | 답변 수: 2 | 0
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)
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년 전 | 1




