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

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

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -