File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,37 @@ should be amended to read
99hybrid MATLAB/Python code; details are explained at
1010https://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
1416On ** page 598** [ `` parfor `` is included with the core MATLAB product] :
1517
1618MATLAB's parallel for-loop construct `` parfor `` was added to
1719the 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***
You can’t perform that action at this time.
0 commit comments