To evaluate Excel data in Matlab you can use the xlsread
function. Here's an example code snippet that reads a 12-column Excel file and stores each column data in arrays:
main.m395 chars10 lines
You can then perform any data analysis or manipulation on the extracted column arrays as required by your task.
gistlibby LogSnag