photo

Omur Bas

Last seen: 1年以上 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

0 質問
4 回答

ランク
12,830
of 299,737

評判
4

コントリビューション
0 質問
4 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 20,791

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 165,655

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
Extract non zero term from Vector
If all the other elements are zero, and you don't need the index, then Sum of Elements block would do the trick.

約8年 前 | 0

回答済み
Can you use the concatenation ability of MATLAB to combine a 3x4 and a 3x5 matrix?
Simply use square brackets, as you would use for combining scalars into a vector: A = ones(3,4); B = zeros(3,5); AB= [A...

約8年 前 | 0

回答済み
Simulink: How to get a cosine wave with 'time dependent frequency'
To find time explicitly in Simulink, you can use the "Clock" block.

約8年 前 | 0

回答済み
why the current divider doesn't work on simulink?
Hi Frank, You need to connect the current sensor in series with the resistor, as you would in real-life. An ideal current senso...

約8年 前 | 0

| 採用済み