Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Matlab script for excel file.

2 Ansichten (letzte 30 Tage)
nani kalyan
nani kalyan am 16 Mai 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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.

Antworten (1)

B.k Sumedha
B.k Sumedha am 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 Kommentare
nani kalyan
nani kalyan am 16 Mai 2015
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 am 16 Mai 2015
Bearbeitet: B.k Sumedha am 16 Mai 2015
[rows,coloumns]=size(tmp);
Specify this line above.

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by