how to run matlab commands from linux terminal directly

  • Follow


i am running matlab from lnux terminal using following command:-
matlab -r matlab_commands

when i run this command to change the directry path, it opens a matlab terminal and change the directory path.
 but when i run this command to run some program in opened window, it opens a new matlab window.... i want to run this program in same window...... how can i do this......

thanks...
0
Reply lokesh 8/16/2010 8:08:06 AM

lokesh wrote:
> i am running matlab from lnux terminal using following command:-
> matlab -r matlab_commands
> 
> when i run this command to change the directry path, it opens a matlab 
> terminal and change the directory path.
> but when i run this command to run some program in opened window, it 
> opens a new matlab window.... i want to run this program in same 
> window...... how can i do this......

Add -nodisplay to your options.

General note: -nodisplay is not supported on Windows
0
Reply Walter 8/16/2010 2:21:26 PM


1 Replies
448 Views

(page loaded in 0.021 seconds)

Similiar Articles:













7/23/2012 1:30:49 AM


Reply: