Skip to content

Commit

Permalink
Make it clearer that matwrite() takes a string as its first argument
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Dec 11, 2012
1 parent af04ded commit b7b5891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ vars = matread("matfile.mat")
To write a Dict to a MAT file, using its keys as variable names:

```julia
matwrite(file, {
matwrite("matfile.mat", {
"myvar1" => 0
"myvar2" => 1
})
Expand Down

0 comments on commit b7b5891

Please sign in to comment.