imagesc2( varargin )

버전 1.1.0.0 (3.2 KB) 작성자: Chen Qi
Enhanced imagesc function with key control of color limit
다운로드 수: 124
업데이트 날짜: 2015/8/13

라이선스 보기

% enhanced imagesc function with key control for colormap limit
% Parameters are given as you give to imagesc built-in function
%
% When plotted, you could use following keys to control your color limit
% 1. left arrow <-- and right arrow --> are for decreasing and increasing color
% limit range
% 2. upper arrow and down arrow are for increasing and decreasing upper limit
% of color
% 3. pageup and page down keys are for increasing and decreasing lower limit of
% color
% 4. key s is for set color limit manually
% 5. key r is for reset color limit to the default ([max(data),min(data)])
% 6. key f is for set changing factor every time you change you color limit
% Note: f could be a complex number and real part stand for multiplication
% and imaginary part stand for addition.

인용 양식

Chen Qi (2024). imagesc2( varargin ) (https://www.mathworks.com/matlabcentral/fileexchange/52484-imagesc2-varargin), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Change the way it works.

1.0.0.0