find maximum value indices

2 visualizzazioni (ultimi 30 giorni)
shobhit mehrotra
shobhit mehrotra il 10 Feb 2015
Commentato: per isakson il 10 Feb 2015
Im trying to find the indices number of the max of a certain function.
delcx(:,n) = (massch4(max(longm(dataind{n}))))
I want to find the massch4 at the location where longm is a max value. Can I do that in one line? Can I use the find function?
Thanks!
  10 Commenti
shobhit mehrotra
shobhit mehrotra il 10 Feb 2015
I have that in another line, once I can get the indices Ill substitute it in
per isakson
per isakson il 10 Feb 2015
Replace
find( longm == max(longm(dataind{n})) )
by
find( longm == max(longm(dataind{n})), 1, 'first' )

Accedi per commentare.

Risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by