"""Parse text output from MATLAB with the following content: matlab_script += "disp(['S1 = ', num2str(real(s1)), ' ', num2str(imag(s1))]); " matlab_script += "disp ...
This folder contains source code from the NVIDIA Parallel Forall Blog post on MATLAB by Joss Knight (The Mathworks) entitled High-Performance MATLAB with GPU Acceleration. These examples are released ...