photo

Zhao-Yang CHAI


Last seen: plus de 3 ans il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

All
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 6 ans il y a | 0

A résolu


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

plus de 6 ans il y a