MATLAB: Filter 3d matrix

matrix

hi , i have a 3d matrix A(k,a,b) that generates plots when i fix a and b . how can i filter the curves please?

Best Answer

Hi Ach,
I understand that you would like to filter the curves that you are plotting. I think you can use the the following functions
  • filter
  • smooth
For more information visit the following links:-
Thanks,
Krishna Madala
Related Question