フィルターのクリア

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