Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by gforget, Wed Feb 10 14:47:46 2010 UTC | revision 1.2 by gforget, Thu Jun 23 19:02:47 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function []=convertR4toR4nonan(fileIn,fileOut); | function []=convertR4toR4nonan(fileIn,fileOut); |
2 | %object: read R4 fileIn, replace NaN with 0, write R4 fileOut | |
3 | %inputs: fileIn and fileOut | |
4 | ||
5 | tmp1=dir(fileIn); | tmp1=dir(fileIn); |
6 | tmp1=tmp1.bytes/4; | tmp1=tmp1.bytes/4; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |