make_colorwheel

バージョン 1.0.2 (2.06 KB) 作成者: Michael Grund
Generates colorwheel files (circular colorscales) based on individual colormaps
ダウンロード: 97
更新 2020/1/10

ライセンスの表示

This function generates colorwheel files (circular colorscales) based on individual colormaps. All built-in MATLAB colormaps as well as custom schemes in the same format are supported e.g. the perceptually uniform cyclic colormaps of Fabio Crameri (vikO, brocO or corkO) available via http://www.fabiocrameri.ch/cycliccolourmaps.php

Examples:
make_colorwheel('parula','pdf')
make_colorwheel('jet','png')
make_colorwheel('winter','pdf')
make_colorwheel('vikO','pdf') => F. Crameri's vikO.mat required
make_colorwheel('corkO','pdf') => F. Crameri's corkO.mat required
make_colorwheel('brocO','jpeg') => F. Crameri's brocO.mat required

If you make use of "vikO", "corkO" or "brocO" please acknowledge them by citing:

Crameri, F. (2018a), Scientific colour-maps. Zenodo. http://doi.org/10.5281/zenodo.1243862

Crameri, F. (2018b), Geodynamic diagnostics, scientific visualisation and StagLab 3.0, Geosci. Model Dev., 11, 2541-2562, doi:10.5194/gmd-11-2541-2018

引用

Michael Grund (2024). make_colorwheel (https://www.mathworks.com/matlabcentral/fileexchange/73882-make_colorwheel), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2019b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersBlue についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.2

slight documentation changes

1.0.1

added references

1.0.0