Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
|
Text data save
Posted:
Aug 20, 2013 11:27 AM
|
|
Hi all, I have a problem on analysis of big matrix data, it is 1600x3000. What I wanted to do is to select the maximum value of each raw and save it. For example, x=data(3,:); max(x); can give me the maximum value of 3rd raw out of 1600 but I want for all of them I tried a for loop and it is not really successful. Any help would be appreciated. Debela
|
|
|
|