MATLAB R2011b is developed by The MathWorks, Inc. and is used by 21 users of Software Informer. The most popular version of this product among our users is 7.1. The names of program executable files are matlab.exe, activate_matlab.exe, MATLAB R2011b.exe and MATLABR2011b.exe. The product will soon be reviewed by our informers.
Just discovered that it can run if I choose 'Run only if user is logged on', but I need it to 'Run whether user is logged in or not'. Under the Properties of matlab.exe it says that administrators have Full Control, and I am presently logged in with an administrator account, so can't figure out what the problem is. Any suggestions? Alternatively is it possible to run the XP version of Task Scheduler on Windows 7, since I never ran into these issues?
The problem seemingly lies in the fact that MATLAB 2011b has his own version of libboost, version 1.44.0. ROS makes use of version libboost 1.40.0, matlab compiles against its own (1.44.0) libboost libraries, therefore causing errors.
Hi...I am trying to interface Simulink with ROS from Ubuntu 12.04. I am following your post but I am not sure how did you compile your test_s_fun.cpp using the mex command in matlab. I always get an error which says 'ros/ros.h' is not a file or directory. How did you include ROS libraries?? I tried adding the include path under File->SetPath in matlab. But this doesn't work either....It will be very helpful if you can provide the basic steps to achieve this.
installing matlab in /usr/local (explained in the second section of this tutorial) is troublesome and requires root permission in several steps. installing it in the home directory is the easiest way.
4. Now a matlab installation window will appear. go through the general processes like 'next' , 'accept', check 'install without internet', put your license key where it is needed.
5. When matlab installation folder selection window appears erase all the text in the text box and put /home/Your_user_name/Matlab and continue . (the default path is /usr/local/Matlab/Rxxx, don't use it)
if there are several users in a single pc & each of them has individual user accounts and need to use the same application then it is required to install it in the directory indicated by default in matlab installation process i.e in /usr/loal
aa06259810