Maximum Value of Individual Loops
Mostrar comentarios más antiguos
Hello,
I have a txt file of 8 columns of data. I can manipulate this data to produce my stress-strain behavior which is multiple loops. My question is how do I get the maximum value of each loop? I can get the maximum value of the last loop because it is simply the two largest values in my data. The problem I am finding is that each loop gets successively larger.
I have attached my data file and my .m file. Please help!
Respuestas (1)
Mischa Kim
el 23 de Mzo. de 2014
Editada: Mischa Kim
el 23 de Mzo. de 2014
Jeffrey, you can simply use
max(Gamma) % row vector of max vals
to get the maximum value of each column of Gc.
1 comentario
Jeffrey
el 23 de Mzo. de 2014
Categorías
Más información sobre Scripts en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!