Skip to content

Commit 14e7900

Browse files
authored
Merge pull request mathnet#1092 from E1nzbern/master
Fix typo in MatlabFiles.md
2 parents 640bb87 + af70370 commit 14e7900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/MatlabFiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ to compose packed matrices into a file. Each matrix has a name which must not co
5353
var matrices = new List<MatlabMatrix>();
5454
m.Add(MatlabWriter.Pack(myFirstMatrix, "m1");
5555
m.Add(MatlabWriter.Pack(mySecondMatrix, "m2");
56-
MatlabWrier.Store("file.mat", matrices);
56+
MatlabWriter.Store("file.mat", matrices);
5757

5858
But there are also direct routines if only a single matrix or matrices of all the same data type
5959
are to be stored in a file:

0 commit comments

Comments
 (0)