photo

Markus M.


Last seen: 5 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

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

统计学

All
MATLAB Answers

2 个提问
1 个回答

Cody

0 个问题
1 个答案

排名
8,120
of 299,947

声誉
6

贡献数
2 个提问
1 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
96,158
of 166,679

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

查看徽章

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

12 days 前

提问


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

13 days 前 | 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 years 前 | 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)

3 years 前 | 1