Community Profile

photo

Zhao-Yang CHAI


Last seen: fast 3 Jahre vor Aktiv seit 2018

Statistiken

All
  • First Answer
  • Solver

Abzeichen anzeigen

Content Feed

Anzeigen nach

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

fast 6 Jahre vor | 0

Gelöst


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

etwa 6 Jahre vor