excel - MATLAB xlsread's cell range changing on each loop -



excel - MATLAB xlsread's cell range changing on each loop -

i incorporate xlsread instruction loop running on list of different years. intention @ every loop cell range changes, in order import info respective year. cell range move column right of previous cell range. there way this?

thank suggestions!

it's not possible happen automatically.

repeated calls xlsread slow. because each 1 opens instance of excel application. you're improve off reading of info in 1 go, stepping through resulting array in matlab.

excel matlab loops xlsread

Comments

Popular posts from this blog

java - Bypassing "final local variable defined in an enclosing type" -

c - Compilation of a code: unkown type name string -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -