メインコンテンツ

このページは機械翻訳を使用して翻訳されました。元の英語を参照するには、ここをクリックします。

mlabelzero22pi

0 度から 360 度の範囲を使用して、axesm ベースの地図に経線ラベルを表示します。

構文

mlabelzero22pi

説明

mlabelzero22pi は、本初子午線の東 0 度から 360 度の範囲の経度ラベルを表示します。

% create a map
figure('color','w'); axesm('miller','grid','on'); tightmap; 
mlabel on; plabel on 

A blank map with a latitude-longitude grid, meridian labels, and parallel labels

% Display longitude labels in the range of 0 to 360 degrees
mlabelzero22pi

The same map with meridian labels in the range of 0 to 360 degrees

バージョン履歴

R2006a より前に導入

参考