You must be create a .mat file in the same diectory as your .m file and use load command to load the Example
Matrix = load('Example.mat');
This store the matrix from .mat file in the variable Matrix.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!