Info

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

How to break a matrix and change the the values in newly created matrices

1 view (last 30 days)
I have a 2330*1258 matrix that I want to break into 10 same column size matrices. Then, in newly created matrices, I want to go through the matrix and if each cell value is less than 25 assign it to 1 and if not assign it to NaN. I tried to use mat2cell but I can not figure out what to do after I concatenated the matrix. Thanks in advance, Pezhman

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!