INTRODUCTION TO MATLAB FOR ENGINEERING STUDENTS

A = [1 2 3; 3 3 4; 2 3 3]; b = [1; 1; 2]; x = A\b. ? Save the file, for example, example1.m. ? Run the file, in the command line, by typing: >> example1 x.

ads

Part of the document