MatLab Programming – Lesson 1 (a

MatLab Programming – Lesson 1 ... m = ‘text string’ You can also store strings of text in variables. ... B = A(1,1:end) Create a row vector from part of ‘A’. 2*A Multiply each element of ‘A’ by 2. A*A Perform matrix multiplication. B*A A 1x3 matrix times a 3x3 matrix. ................
................