I have an Excel worksheet that contains the data for a lookup table. I would like to be able to import that data directly into a Lookup Table block in Simulink. I have been unable to find a way to automate this process.
You could try saving it as a mat file (http://au.mathworks.com/matlabcentral/answers/51171-saving-a-csv-file-as-a-mat-file) then reading it (http://au.mathworks.com/help/simulink/slref/fromfile.html). Let us know how you get on