커뮤니티

순위정하는 수식이 형식이 맞나좀 봐주십시요

프로필 이미지
이지화
2017-09-18 13:04:43
130
글번호 112855
답변완료
For tempi11 = 1 to 25 { tempmax11 = -999; tempmax12 = -999; For tempi1 = 1 to 25 { if ( tempmax11 < ivf[tempi1] ) then { tempmax11 = ivf[tempi1]; tempmax12 = ivfm[tempi1]; tempIndex1 = tempi1; } } NTHVALUE1[tempi11] = tempmax12/tempmax11; ivf[tempIndex1] = -999; }
지표
답변 1
프로필 이미지

예스스탁 예스스탁 답변

2017-09-19 09:31:14

안녕하세요 예스스탁입니다. 예 이상없습니다. 즐거운 하루되세요 > 이지화 님이 쓴 글입니다. > 제목 : 순위정하는 수식이 형식이 맞나좀 봐주십시요 > For tempi11 = 1 to 25 { tempmax11 = -999; tempmax12 = -999; For tempi1 = 1 to 25 { if ( tempmax11 < ivf[tempi1] ) then { tempmax11 = ivf[tempi1]; tempmax12 = ivfm[tempi1]; tempIndex1 = tempi1; } } NTHVALUE1[tempi11] = tempmax12/tempmax11; ivf[tempIndex1] = -999; }