How to normalize data?
37 次查看(过去 30 天)
显示 更早的评论
Hi;
I have a txt file with two columns. I want to normalize the second y column to 1. How can I plot the normalized y axis vs. x axis?
I also upload the .txt file.
Could you please how can I write the Matlab code to plot a normalized graphic?
Thanks a lot..
1 个评论
dpb
2021-6-8
Well, let's first define what your defnition of "normalize to 1" is...
are three Answers that might be of interest, too...
回答(2 个)
Christopher McCausland
2021-6-8
Hi Seval,
Normalising data has several diffrent meanings statistically speaking. I am guessing given the mention of the Y column, you wish to scale your data between 0 and 1.
There are several diffrent methods to do this;
- Rescale
- Divide the entire column by the largest elemental value in the column provided this data is from 0-X.
Let me know if this is what you are looking for or a diffrent satisitcal meaning or normilisation.
Christopher
0 个评论
SEVAL DONERTAS
2021-6-8
1 个评论
dpb
2021-6-8
https://www.mathworks.com/help/matlab/import_export/process-a-sequence-of-files.html
Just give it a go; it's pretty simple and you'll be done while waiting for somebody else to do it for you....and have learned something alongst the way... :)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!