Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to normalize data.

2 views (last 30 days)
hosse
hosse on 16 Dec 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello, I have X, Y data values. Plotted as X vs.Y- the line curve is zig zag, How can I get estimate smooth line and its coordinate values?

Answers (1)

bio lim
bio lim on 16 Dec 2015
There are different methods you can use. One is the moving average. However, since it is a scattered plot, why not use linear regression ?
  1 Comment
hosse
hosse on 16 Dec 2015
hi How about Least Mean Squared (LMS) in matlab?

This question is closed.

Community Treasure Hunt

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

Start Hunting!