Reading in Real data in hexadecimal format
Posted: Thu Sep 06, 2012 2:24 pm
Is there a way to read in a file of data written out by Intel Fortran in hexadecimal format? Specifically, I would like to write out quad precision (16 byte real) data in a column file using an A16 format, which spits it out in machine representation (IEEE X_floating). If I write out 10 columns in 10A16 format, can Dplot read it in? What about double precision (10A8, IEEE T_floating), or single precision (10A4, IEEE S_floating) formats?