roseus
バージョン 1.0.0 (3.57 KB) 作成者:
Jordi Palacin
'roseus' colormap used in audacity for improved spectrum visualization
c = roseus(M) returns an M-by-3 matrix containing a 'roseus' colormap.
roseus, by itself, uses the length as the current figure's colormap.
It works like the other colormaps: hot, hsv, parula, gray,...
Adjust the color limits of the spectrum image to mimic the audacity spectrum.
Usage examples:
>>c = roseus(15); % returns a 15x3 'roseus' colormap
>>c = roseus; % returns a Mx3 colormap, M is the length of the current figure's colormap or 64
>>colormap(roseus); % sets the 'roseus' colormap on the current figure
引用
Jordi Palacin (2024). roseus (https://www.mathworks.com/matlabcentral/fileexchange/169578-roseus), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2024a
R2015b 以降のリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxタグ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!バージョン | 公開済み | リリース ノート | |
---|---|---|---|
1.0.0 |