photo

Hossein


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

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

Statistik

  • First Review
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 11 Jahre vor | 0

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

mehr als 11 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten