0

You could avoid matlab splash screen in normal launch by editing the matlab.desktop file with arguments matlab -nosplash. This is how you do the same when you open matlab engine from C/C++.

1 Answers1

1
engOpen("matlab -nosplash")

While opening the matlab engine, give the above arguments.