Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Matlab script for excel file.
조회 수: 2 (최근 30일)
이전 댓글 표시
i have loaded the excel file in matlab script, and also i have founded the maximum value, but i need the either side value of maximum value should be display in command window. please help me friends.
댓글 수: 0
답변 (1개)
B.k Sumedha
2015년 5월 16일
for i=1:rows
if temp(i,1:2)==var
disp=var(i,1:2)
else
i=i+1;
end
end
댓글 수: 3
B.k Sumedha
2015년 5월 16일
편집: B.k Sumedha
2015년 5월 16일
[rows,coloumns]=size(tmp);
Specify this line above.
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!