🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How can I use compose to smooth data?

User: "Hagar Veksler"
Altair Community Member
Updated by Hagar Veksler

I have a matrix that I would like to smooth.

In MATLAB, I can use the smooth command.

How can I smooth my matrix using compose?

Many thanks!

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "manoj kandukuri"
    Altair Employee
    Updated by manoj kandukuri

    Hello Hagar, 

    Currently we donot support smooth function in Compose, but to help with an alternative to the smooth command, can you please elaborate a bit on how you're using this command? 

    few details like:

    1. Is your matrix a 2D or a ND Matrix? 

    2. Are you using any Mode in  you smooth command?

    3. are you using a default frame window length? 

    FYI, I donot have access to Smooth command of Matlab, can you please share some reference to the smooth command in pdf.  I can take a look at it and suggest some alternative using OML commands or using our Python Bridge commands

     

    User: "Hagar Veksler"
    Altair Community Member
    OP
    Updated by Hagar Veksler

    Thank you Manoj!

    I work with 2D noisy matrixes. in Matlab, I use the smoothdata function:

    https://www.mathworks.com/help/matlab/ref/smoothdata.html

    with a default window length.

    I try to eliminate noise in my data and don't care much about the details of the algorithm.