A yes, you're right, it really just formats things as though it's a .m file to be executed.
By the way, I can't seem to find any documentation about how, after doing: PetscViewerBinaryOpen(PETSC_COMM_WORLD,"sim_data.bin", FILE_MODE_WRITE, &output_viewer); VecView(sim_data,output_viewer); PetscViewerDestroy(&output_viewer); how to load the "sim_data.bin" in matlab. -gideon On Nov 30, 2013, at 4:28 PM, Jed Brown <[email protected]> wrote: > Gideon Simpson <[email protected]> writes: > >> Thanks guys, and I will switch over to binary. Just saying, that's what >> 2013b is doing. > > I don't think the ASCII_MATLAB format was ever intended to be loaded > with "load". You should be able to source it.
