MATLAB: How to calculate Moving Average in a table

MATLAB

Hi,
I need to calculate simple moving average on a set of prices which is in a Table. How to do that?
Thanks,
Jennifer

Best Answer

Hi Jennifer,
You can use 'conv' to get the moving average for your data. Here is a link which illustrates this: