Hi,
I am reading the .im7 image file, let's say I am storing the inetsnity values in the 'ZZZ' matrix. Here, I would intend to normalize the inetnsity data to 0 to 1. I tried normalize(ZZZ), but I couldn't get the values in 0 to 1. I have attached the ZZZ matrix here. Please help me with this....

 Akzeptierte Antwort

Ameer Hamza
Ameer Hamza am 30 Sep. 2020

0 Stimmen

Also, specify the type of normalization
ZZZ_new = normalize(ZZZ, 'range');

2 Kommentare

Turbulence Analysis
Turbulence Analysis am 30 Sep. 2020
Thanks..
Ameer Hamza
Ameer Hamza am 30 Sep. 2020
I am glad to be of help!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by