You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module_->error(std::string("InterfaceWithMatlab: Could not open matlab engine"));
919
-
module_->error(std::string("InterfaceWithMatlab: Check remote address information, or leave all fields except 'session' blank to connect to local matlab engine"));
918
+
module_->error("InterfaceWithMatlab: Could not open matlab engine. Check remote address information, or leave all fields except 'session' blank to connect to local matlab engine.");
module_->error(std::string("InterfaceWithMatlab: Could not open matlab engine file transfer service (error=") + err + std::string(")"));
942
-
module_->error(std::string("InterfaceWithMatlab: Make sure the matlab engine file transfer service has not been disabled in [MATLAB_DIRECTPRY]/services/matlabengine.rc"));
943
-
module_->error(std::string("InterfaceWithMatlab: Press the 'Edit Local Config of Matlab Engine' to change the configuration"));
944
-
module_->error(std::string("InterfaceWithMatlab: Check remote address information, or leave all fields except 'session' blank to connect to local matlab engine"));
945
-
946
-
file_transfer_ = 0;
939
+
std::ostringstream ostr;
940
+
ostr << "InterfaceWithMatlab: Could not open matlab engine file transfer service (error=" << err << ")" <<
941
+
".\nMake sure the matlab engine file transfer service has not been disabled in [MATLAB_DIRECTPRY]/services/matlabengine.rc.\n" <<
942
+
" Press the 'Edit Local Config of Matlab Engine' to change the configuration." <<
943
+
" Check remote address information, or leave all fields except 'session' blank to connect to local matlab engine.";
0 commit comments