Invoke Matlab using Nsight IDE

Hi All,

By using Nvidia Nsight, I run a sequence of computations developed using CUDA C file name “test.cu”
These are image processing algorithms executed using GPU.

To read the image and then do some pre-computations, I use MATLAB filename “input_process.m”. These data are passed from CPU to GPU using mexcuda gateway.

I would like to include these matlab functions into Nsight IDE. Is this possible?

Could anyone share the project settings to run “input_process.m”, mexcuda and “test.cu” using Nsight IDE on ubuntu 16.04 OS

Thanks