photo

Omur Bas

Last seen: 1 year 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
4 个回答

排名
12,830
of 299,722

声誉
4

贡献数
0 个提问
4 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,790

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,604

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0

| 已接受