IDL code to Matlab

6 ビュー (過去 30 日間)
Ivy  Lang'at
Ivy Lang'at 2018 年 7 月 31 日
コメント済み: Rik 2018 年 7 月 31 日
I am a first time matlab user trying to extract some data of which i have instructions in IDL. please translate the following to the matlab equivalent:
R = Get_kbrd()
precip[where(precip eq missing_value)] = !VALUES.F_NAN
GHA_lon = where(lon ge 30. AND lon le 52.)
nt = n_elements(time),
bplot = BARPLOT,
FILL_COLOUR= avM = fltarr(10000)
ri = 115*randomu(1234,10000,15)
avM[i] = mean(zGHA[ri[i,*]])
avM = avM[sort(avM)]
p5th = avM[0.05*9999]
p95th = avM[0.95*9999]
splot = PLOT(years15,replicate(p5th,nt-15),thick=3,/OVERPLOT)
  1 件のコメント
Rik
Rik 2018 年 7 月 31 日
Have a read here (or here for more general advice) and here. It will greatly improve your chances of getting an answer.
Learning the tool you're working with is always worth it.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by