I have some matlab data files, extension .mat
I want to know if it is possible to read the data in the mat file and then output this data to an excel spreadsheet using VBA, so with code written in the excel workbook or using C#
I have seen you can convert mat files to xls files however I do not wish to do this. I was hoping you could read the .mat file in the code and then select the data you wish to output to the excel spreadsheet