Explanation of tables
| * | green | Function exists in octave 2.0.x
Noted incompatibilities and missing features |
| + | yellow | Function exists in matcompat
Author and home for the function. |
| ? | orange | Function doesn't exist
Explanation of what you can do instead. |
| x | red | Function doesn't exist, and no work-around |
Basic file operations
| * | fopen | |
| * | fclose | |
| * | fread | |
| * | fwrite | |
| * | ferror | |
| * | feof | |
| * | fseek | |
| * | ftell | |
| * | frewind | |
| x | textread | |
| * | fscanf | |
| * | fgetl | |
| * | fgets | |
| * | fprintf |
Path operations
| x | matlabroot | |
| x | filesep | |
| x | pathsep | |
| x | mexext | |
| + | fullfile |
Etienne Grossman |
| ? | fileparts |
Ariel Tankus has this in bits |
| x | partialpath | |
| x | tempdir | |
| ? | tempname |
use tmpnam |
| x | prefdir |
Import/Export
| ? | dlmread | read matrix from ascii file |
| ? | dlmwrite | write matrix to ascii file
use aload/asave from Octave-ci; doesn't handle zero values in a compatible way |
| x | wk1read | |
| x | wk1write |
HDF import/export
| ? | hdf |
Steven Johnson has a patch. |
| x | hdfan | |
| x | hdfdf24 | |
| x | hdfdfr8 | |
| x | hdfh | |
| x | hdfhd | |
| x | hdfhe | |
| x | hdfml | |
| x | hdfsd | |
| x | hdfv | |
| x | hdfvf | |
| x | hdfvh | |
| x | hdfvs | |
| x | hdfgd | |
| x | hdfpt | |
| x | hdfsw |