Department of Engineering

IT Services

Matlab and spreadsheets

You need to save from excel into a format you know (maybe just ASCII text, maybe WK1) then load from matlab using wk1read for WK1 files, or tblread, dlmread, csvread, etc.

If you need to use lower level commands (load, fscanf, etc) look at the Experimental data with Matlab page.