photo

Zhao-Yang CHAI


Last seen: 3 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

All
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to write fill values instead of NaN values in netCDF file
You can define fillvalue by yourself. A=1:20; A(A<10)=NaN; fillvalue = 1.0e+36; nccreate('file.nc','A','Fo...

6 years 前 | 0

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

6 years 前