photo

Markus M.


Last seen: 14日 前 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,150
of 300,369

評判
6

コントリビューション
2 質問
1 回答

回答採用率
50.0%

獲得投票数
1

ランク
 of 20,936

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
97,181
of 168,436

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • 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:...

約2ヶ月 前

質問


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

約2ヶ月 前 | 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)

3年弱 前 | 1