This document discusses parallel computing with MATLAB. It introduces MATLAB and parallel computing concepts. It then covers how MATLAB can be used for parallel computing on multi-core systems and distributed computing servers. It discusses parallel commands in MATLAB like matlabpool, parfor, pmode, and spmd. It also demonstrates how to test the efficiency of parallel code and provides an example comparing the execution times of serial and parallel prime number calculation codes.