Community Profile

photo

hafez ahmad


Last seen: 3年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Revival Level 1
  • Explorer
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to enable autocomplete in the editor (not tab complete or live editor)?
did you get the solution ? I am looking same thing , I saw most of the code editor has auto suggestion and autocomple option . h...

4年弱 前 | 5

質問


I am trying to simulate population logistic growth
syms rm n k no t th n=simplify(dsolve('Dn=rm*n*(1-(n/k)^th)','n(0)=no','t')) no=10; rm=0.6; k=100; th= 1; %theta n=0:1:110...

4年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Best tool for analysing/altering netcdf data (beyond read-only)
I did in the following way. NETCDF_File1='C:/Users/hafez/personal/GIS DATA/winds/uv201109.nc' ncid1 = netcdf.open(NETCDF_File1...

4年以上 前 | 0