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
|
|