photo

Zhao-Yang CHAI


Last seen: meer dan 3 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Answer
  • Solver

View badges

Feeds

View by

Answered
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...

meer dan 6 jaar ago | 0

Solved


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:...

meer dan 6 jaar ago