フィルターのクリア

how do I plot contour lines on orthographic projection?

4 ビュー (過去 30 日間)
Kayode Odeyemi
Kayode Odeyemi 2019 年 11 月 18 日
コメント済み: darova 2019 年 11 月 18 日
      H= 163842×4 double - solution;
      he=H(:,4);
      lam = linspace(-pi,pi,3901);
      theta = linspace(-pi/2,pi/2,42);
      [L,T] = meshgrid(lam, theta);
      Z = reshape(he,3901,42);
      figure;
      axesm ortho
      geoshow(L*180/pi,T*180/*pi,Z,'DisplayType','contour')
      demcmap(Z)
      daspectm('m',1)

My result is a blank figure. Please help me out. I want my solution to be exactly like figure below. Your prompt response will be highly appreciated.

  1 件のコメント
darova
darova 2019 年 11 月 18 日
The code is not working

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeContour Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by