Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Dec 11, 2012
1 parent 4375180 commit af04ded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ close(file)
To read all variables from a MAT file as a Dict:

```julia
vars = matwrite("matfile.mat")
vars = matread("matfile.mat")
```

To write a Dict to a MAT file, using its keys as variable names:
Expand All @@ -54,4 +54,4 @@ matwrite(file, {

## Credits

The MAT_HDF5 module, which provides read/write support for MATLAB v7.3 files, was written primarily by [Tim Holy](https://github.com/timholy/). The MAT_v5 module, which provides read support for MATLAB v5/v6/v7 files, was written primarily by [Simon Kornblith](https://github.com/simonster/).
The MAT_HDF5 module, which provides read/write support for MATLAB v7.3 files, was written primarily by [Tim Holy](https://github.com/timholy/). The MAT_v5 module, which provides read support for MATLAB v5/v6/v7 files, was written primarily by [Simon Kornblith](https://github.com/simonster/).

0 comments on commit af04ded

Please sign in to comment.