Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Matlab script for excel file.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/150168/image.jpeg)
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 commentaires
Réponses (1)
B.k Sumedha
le 16 Mai 2015
for i=1:rows
if temp(i,1:2)==var
disp=var(i,1:2)
else
i=i+1;
end
end
3 commentaires
B.k Sumedha
le 16 Mai 2015
Modifié(e) : B.k Sumedha
le 16 Mai 2015
[rows,coloumns]=size(tmp);
Specify this line above.
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!