このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
sky
説明
例
カラーマップの反転
表面をプロットし、sky カラーマップを割り当てます。
surf(peaks)
colormap("sky")
sky カラーマップ配列を取得し、順序を逆にします。次に、変更したカラーマップを表面に適用します。
c = sky; c = flipud(c); colormap(c)
sky カラーマップのダウンサンプリング
20 色のみを含む、sky カラーマップのダウンサンプリング バージョンを取得します。次に、そのカラーマップと内挿によるシェーディングを適用して、関数 peaks の等高線を表示します。
c = sky(20);
surf(peaks)
colormap(c)
shading interp
色の数が異なるヒートマップの比較
既定では、ヒートマップ チャートは sky
カラーマップの 256 色のサンプリングを使用します。名前と値の引数 Colormap
を指定して、サンプリングを変更できます。
たとえば、2 行 1 列のタイル表示チャート レイアウトで 2 つのヒートマップ チャートを作成します。上のチャートでは既定の 256 色のセットを使用しており、下のチャートでは 2 色のみを使用しています。
tiledlayout(2,1,TileSpacing="compact") % Top chart with default colors nexttile heatmap(magic(10)) % Bottom chart with two colors nexttile heatmap(magic(10),Colormap=sky(2))
入力引数
m
— 色数
256
(既定値) | 非負の整数
色数。非負の整数として指定します。m
の既定値は現在の Figure のカラーマップの色の数です。Figure が存在しない場合、既定値は 256
です。
データ型: single
| double
バージョン履歴
R2023a で導入
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)