Lee's MATLAB Programming Notes
2008年9月28日 星期日
SIZE: Size of array
SIZE 這個指令傳回陣列的大小。我們用以下的例子來說明:
x=imread('twins.tif');
s=size(x);
從圖片中我們可以看到 s 的值為 [256, 256, 3], 剛好就是 x 陣列的大小。
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
YKLee
檢視我的完整簡介
Visitors
標籤
basic
(4)
figure
(2)
file
(1)
image
(4)
網誌存檔
►
2009
(2)
►
2月
(2)
▼
2008
(8)
▼
9月
(8)
FOPEN: Open file
REPMAT: Replicate and tile an array
IMFINFO:Information about graphics file
SIZE: Size of array
PIXVAL: Display information about image pixels
IMSHOW: Display image
FIGURE: Create figure window
IMREAD: Read image from graphics file
沒有留言:
張貼留言