Convert Matrix to binary format

37 views (last 30 days)
Damith
Damith on 8 Mar 2014
Commented: Damith on 8 Mar 2014
Hi,
I have a matrix of (365,40) precipitation values. I need to convert it to binary matrix format to obtain zeros (0) for < 0.1 mm precipitation amounts and 1 for >0.1 mm precipitation amounts in MATLAB. What's the easiset way to do it? Any help is appreciated.
Thanks.

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 8 Mar 2014
out=your_array>0.1

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!