Skip to content

Commit c07c512

Browse files
committed
attribute Errata entries
1 parent 60ac77d commit c07c512

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

errata.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,37 @@ should be amended to read
99
hybrid MATLAB/Python code; details are explained at
1010
https://www.mathworks.com/matlabcentral/answers/1645680-how-can-i-debug-python-code-using-matlab-s-python-interface-and-visual-studio-code?s_tid=srchtitle"
1111

12+
[Sean de Wolski, MathWorks]
13+
1214
***
1315

1416
On **page 598** [``parfor`` is included with the core MATLAB product]:
1517

1618
MATLAB's parallel for-loop construct ``parfor`` was added to
1719
the core MATLAB product sometime after release 2018a.
1820

21+
[Sean de Wolski, MathWorks]
22+
23+
***
24+
25+
On **page 138** [``datestr`` should be replaced by the newer ``datetime``]:
26+
27+
MATLAB's ``datetime`` function has improved handling of date formatting
28+
and should replace ``datestr``. Section 5.1.2 and Table 5-1 will need
29+
updates to show the preferred usage.
30+
31+
[Sean de Wolski, MathWorks]
32+
33+
***
34+
35+
On **page 213** [MATLAB has newer XML functions]:
36+
37+
MATLAB has better XML reading and writing capability than shown
38+
in Section 7.1.6.1.
39+
``readstruct``, ``readtable``, ``writestruct``, ``writetable``
40+
and ``matlab.io.xml.*`` are easier to use than working with
41+
the XML document object model (DOM) directly.
42+
43+
[Sean de Wolski, MathWorks]
44+
1945
***

0 commit comments

Comments
 (0)