필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Matlab script for excel file.

조회 수: 2 (최근 30일)
nani kalyan
nani kalyan 2015년 5월 16일
마감: MATLAB Answer Bot 2021년 8월 20일
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.

답변 (1개)

B.k Sumedha
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
nani kalyan
nani kalyan 2015년 5월 16일
It was showing like this.....
Undefined function or variable 'rows'.
Error in Untitled (line 10) for i=1:rows
B.k Sumedha
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!

Translated by