We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f196418 commit af70370Copy full SHA for af70370
1 file changed
docs/MatlabFiles.md
@@ -53,7 +53,7 @@ to compose packed matrices into a file. Each matrix has a name which must not co
53
var matrices = new List<MatlabMatrix>();
54
m.Add(MatlabWriter.Pack(myFirstMatrix, "m1");
55
m.Add(MatlabWriter.Pack(mySecondMatrix, "m2");
56
- MatlabWrier.Store("file.mat", matrices);
+ MatlabWriter.Store("file.mat", matrices);
57
58
But there are also direct routines if only a single matrix or matrices of all the same data type
59
are to be stored in a file:
0 commit comments