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




2014年12月16日 星期二

2014年12月14日 星期日

[MATLAB] High frequency emphasis filtering Tutorial

Tutorial  here

http://www.ee.oulu.fi/research/imag/courses/dkk/exercises/2008/matlab/2/e2_h_emphasis.html

2014年12月9日 星期二

[MATLAB] HSV

1. A little description about HSV color space and simple matlab code. ( Link here )

2. Modeling a HSV color space  (Link here)

3. Visual HSV color histogram(Link here)

2014年12月8日 星期一

[MATLAB]Common command code

This article list all common command in MATLAB

But the most useful tool in MATLAB is using "help" and finding key word.

Hope it helps!
/* 載入prettify的autoloader */ /* 載入JQuery */