I am developing a parallel application using the Matlab parallel computing toolbox. I am wondering if I can convert the application using Matlab Coder for C/C++? Can Parallel Application developed using Matlab Parallel Computing Toolbox be converted to C/C++ by Matlab Coder?
MATLAB coder doesn't support Parallel Computing Toolbox. See http://www.mathworks.co.uk/products/matlab-coder/description2.html for the supported functionality.
You can however deploy using the compiler applications using Parallel Computing.