Info

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

using Excel data in a fucntion

1 Ansicht (letzte 30 Tage)
Philip
Philip am 30 Apr. 2014
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
Hello all I have an excel file i'm trying to extract data from to write an if statement something along the lines of if C3 is empty excute xyz. problem is the cell loction will be dermine by user input so(x=3. if Cx is empty excute xyz).this would require a user a variable input for the xlsread function
function login(X)
if xlsread(filename,A(X))==[]
q=xlsread(filename,range[b]);
else
functionxyz;
end
end
Any ideas on inputing a variable into xlsread?
  1 Kommentar
dpb
dpb am 30 Apr. 2014
...ideas on inputing a variable into xlsread?
To do what? Make the range dynamic? That's relatively simple.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by