14
edits
Line 486: | Line 486: | ||
===Broadcasting=== | ===Broadcasting=== | ||
Borrowed from [http://stackoverflow.com/q/26948776/3565696 other languages], [http://www.gnu.org/software/octave/doc/v4.0.1/Broadcasting.html octave broadcasting] allows easy and readable | Borrowed from [http://stackoverflow.com/q/26948776/3565696 other languages], [http://www.gnu.org/software/octave/doc/v4.0.1/Broadcasting.html octave broadcasting] allows easy and readable vectorization. | ||
f = (1:0.1:2); | f = (1:0.1:2); | ||
Line 499: | Line 499: | ||
xlabel("t (s)") | xlabel("t (s)") | ||
ylabel("f (Hz)") | ylabel("f (Hz)") | ||
Note: [https://www.mathworks.com/help/releases/R2016b/matlab/matlab_prog/compatible-array-sizes-for-basic-operations.html Automatic expansion of dimensions] was added to MATLAB R2016b. | |||
==How does Octave solve linear systems?== | ==How does Octave solve linear systems?== |
edits