photo

Hossein


Last seen: 3 months ago Active since 2013

Followers: 0   Following: 0

Message

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

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
271,552
of 297,457

REPUTATION
0

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Answered
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 ago | 0

Answered
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 ago | 0

| accepted

Question


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 ago | 2 answers | 0

2

answers