pimg.m~

来自「this a SVM toolbox,it is very useful for」· M~ 代码 · 共 23 行

M~
23
字号
function pimg(x,width,height)% PIMG displays vector x as an image.%  pimg(x,width,height)%% PIMG displays given vector x as an image of given%   schape. Color depth is assumed to be <0,1>.%% See also X2IMG, IMG2X, IMG2XI.%% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz% Written Vojtech Franc (diploma thesis) 02.01.2000% Modifications% 16-apr-2001, V.Franc, created.%imshow(x2img(x,width,height),[0 1]);return;    

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?