2014年12月25日 星期四

[MATLAB] Output matrix data to a Microsoft Excel(2013) file

If you want to output your image matrix (double type) to Microsoft Excel 2013 file

You should create a excel file first in a place in C disk of your computer first

And then use the following code like this:
filename_A = ' filepath\your_excel_filename.xlsx';
xlswrite( filename_A, Matrix name, sheet ); 
filepath is the file path of your excel file in your computer


Official document of xlswrite() command official_1 and official_2

Chinese version web tutorial here

Besides, this is the sheet of excel




沒有留言:

張貼留言

/* 載入prettify的autoloader */ /* 載入JQuery */