autoimage_withp.m

来自「beamlet变化的工具箱」· M 代码 · 共 35 行

M
35
字号
%  AutoImage_withp -- Image display of object assuming arbitrary values; %                     Taking p proportion of grayscales;%                     Modified from "AutoImage".%   Usage%     AutoImage_withp(img,p)%   Inputs%     img     2-d image%     p       proportion of grayscale been used% %   Side Effects%     The object img, assuming arbitrary values, is scaled to the %     range (0,255) and displayed as an image with 256 shades of gray.% %   Description%     If the object is already scaled to the range (0,255) you may%     use GrayImage.% %   See Also%     GrayImage% %%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%

⌨️ 快捷键说明

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