photo

Hossein


Last seen: 3 months 前 自 2013 起处于活动状态

Followers: 0   Following: 0

消息

Vehicle Dynamics Simulation Professional Interests: Dynamics, Control, Signal Processing

统计学

MATLAB Answers

2 个提问
2 个回答

排名
271,599
of 297,503

声誉
0

贡献数
2 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to create STOP button in GUI to stop my GA optimization?
I have a GUI with "Optimize" and "Stop" pushbuttons. Pressing "Optimize" will call "ga" command to run an optimization process w...

10 years 前 | 1 个回答 | 0

1

个回答

已回答
How to pick the elements of matrix only for selected value?
First, I'd convert it to a column vector: BC = B(:); Then, I'd use find() to search in values: E = BC(find(BC>=...

12 years 前 | 0

已回答
How to write my own filter function with initial condition similar to Filter.m?
Ok, I searched online and found out that I was wrong on the concept :) Here' the correct formulation of 1D filtering with delay...

12 years 前 | 0

| 已接受

提问


How to write my own filter function with initial condition similar to Filter.m?
I have read the documents on how MATLAB implements Filter(b,a,y,z0). To fully understand the concept and learn more about Signa...

12 years 前 | 2 个回答 | 0

2

个回答