Prev: Replacing part of matrix with zeros
Next: Nonlinear Least Squares with Weight Matrix in Matlab?
From: phd9992000 on 12 May 2010 05:31 Which command can? Element and its column and row number must be corresponded.
From: Thethos Hauser on 12 May 2010 05:53 just one possiblity: [row col] = find(a == max(max(a))); you should also have a look at the max function... greets Thethos
|
Pages: 1 Prev: Replacing part of matrix with zeros Next: Nonlinear Least Squares with Weight Matrix in Matlab? |