このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
rgbplot
カラーマップのプロット
説明
例
事前定義されたカラーマップのプロット
parula
カラーマップをプロットし、カラー バーを視覚的参照として表示します。
rgbplot(parula) hold on colormap(parula) colorbar('Ticks',[])
カスタム カラーマップのプロット
カスタム カラーマップを作成してプロットします。その後、カラー バーを視覚的参照として表示します。
r = (0:.1:.9)'; g = r.^1.8; b = r.^2.1; mymap = [r g b]; rgbplot(mymap) hold on colormap(mymap) colorbar('Ticks',[])
入力引数
map
— カラーマップ
RGB 3 成分から成る 3 列の行列
プロットするカラーマップ。RGB 3 成分からなる 3 列の行列として指定します。RGB 3 成分は、各要素が色の赤、緑、青の成分の強度を指定する 3 要素の行ベクトルです。強度値は [0, 1] の範囲でなければなりません。次に 5 色を含むカラーマップの例を示します。
map = [0.2 0.1 0.5 0.1 0.5 0.8 0.2 0.7 0.6 0.8 0.7 0.3 0.9 1 0];
次の表に一般的な色に対応する RGB 3 成分の値を示します。
色 | RGB 3 成分 |
---|---|
黄 | [1 1 0] |
マゼンタ | [1 0 1] |
シアン | [0 1 1] |
赤 | [1 0 0] |
緑 | [0 1 0] |
青 | [0 0 1] |
白 | [1 1 1] |
黒 | [0 0 0] |
あるいは、事前定義されたカラーマップ関数のいずれかを呼び出して、行列を作成することもできます。この関数を関数 rgbplot
の入力引数として呼び出します。たとえば、次のコマンドは parula
カラーマップをプロットします。
rgbplot(parula)
データ型: double
| single
バージョン履歴
R2006a より前に導入
参考
MATLAB コマンド
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)