create_colors(n,ico​lor)

Creates a palette for plotting purposes using colorbars and surfaces
ダウンロード: 66
更新 2015/12/7

ライセンスの表示

Input Arguments:
n : number of required colors
icolor : a palette of RGB of size [kcolors, 3],
all colors between 0 and 1.
Output arguments:
out : palette of colors of size [n,3] based on icolor
and linearly interpolated
Notes:
1) In some journals they specifically ask for black & white this should
be included
2) In some cases the variables are distributed with LOG scale

引用

Mario CASTRO GAMA (2024). create_colors(n,icolor) (https://www.mathworks.com/matlabcentral/fileexchange/53651-create_colors-n-icolor), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

This is an improved version of the function

1.0.0.0