Maximum Value of Individual Loops

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!

답변 (1개)

Mischa Kim
Mischa Kim 2014년 3월 23일
편집: Mischa Kim 2014년 3월 23일

0 개 추천

Jeffrey, you can simply use
max(Gamma) % row vector of max vals
to get the maximum value of each column of Gc.

댓글 수: 1

Jeffrey
Jeffrey 2014년 3월 23일
I wish it was that easy! Each column is a time history of constant loading and unloading. Each column will have multiple loops with multiple maximum values.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Scripts에 대해 자세히 알아보기

태그

질문:

2014년 3월 23일

댓글:

2014년 3월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by