Matlab script for excel file.
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论

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
Say that temp is the file where u have all ur data and var is the data when u get the highest value.
nani kalyan
2015-5-16
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!