I've developed a head tracking simulink model and am wondering if its possible to somehow run this on a unix based os without any window manager? Simply from the command line.
You can start matlab from a unix prompt without the desktop
% matlab -nodesktop
Then you can simulate the model by just loading it,
>> load_systm('myModel');
>> sim('myModel');
1
votes
Can you use matlab -r "[matlab statements]" to run your codes?
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more