From af70370dcb38a6706e0a15e5691f236ed129b662 Mon Sep 17 00:00:00 2001 From: E1nzbern <42884262+E1nzbern@users.noreply.github.com> Date: Sat, 7 Sep 2024 00:15:09 +0800 Subject: [PATCH] Fix typo in MatlabFiles.md --- docs/MatlabFiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MatlabFiles.md b/docs/MatlabFiles.md index 4604151d9..0db576879 100644 --- a/docs/MatlabFiles.md +++ b/docs/MatlabFiles.md @@ -53,7 +53,7 @@ to compose packed matrices into a file. Each matrix has a name which must not co var matrices = new List(); m.Add(MatlabWriter.Pack(myFirstMatrix, "m1"); m.Add(MatlabWriter.Pack(mySecondMatrix, "m2"); - MatlabWrier.Store("file.mat", matrices); + MatlabWriter.Store("file.mat", matrices); But there are also direct routines if only a single matrix or matrices of all the same data type are to be stored in a file: