MATLAB Guide Errors
This list includes changes introduced,
or first documented, in Service Pack 2,
which was released after the book was finalized.
In the list below, line numbers do not include tables.
First Printing
-
Page 147, lines -6 and -8: the ">" symbol, not the "\", is now used to separate
function name from subfunction name.
Thus the example should read
>> help poly1err>f
-
Page 241, line 2: should read "most of its time".
-
Page 319, Listing 22.2 (small_world.m):
the line
L = L + ( (Bold == 0) & (Bnew > 0) )*power;
12 lines from the bottom, should have Bold changed to L,
i.e., it should become
L = L + ( (L == 0) & (Bnew > 0) )*power;
-
Page 347: In Figure 22.12 title and x-axis should read
"x-2t" instead of "x2t".
Back to the MATLAB Guide
home page.