Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

use the previous result of a function in the calculation

1 visualización (últimos 30 días)
Matthew Rademacher
Matthew Rademacher el 2 de Jul. de 2020
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I want to perform a calculation: , how can I include the Y(i-1) part? Obviously a loop would work, but my data set is quite large so a loop takes a while to execute.
Is there a better way?

Respuestas (1)

David Goodmanson
David Goodmanson el 2 de Jul. de 2020
Editada: David Goodmanson el 2 de Jul. de 2020
Hi Matthew,
there is definitely a better way.
Y = filter(B,[1 -A],X)
Here the assumption is that X is an input vector and B is a scalar constant. See help for filter for the input conventions.

Etiquetas

Productos


Versión

R2017a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by