Filter löschen
Filter löschen

Diary problem in Linux Console

2 Ansichten (letzte 30 Tage)
Javier Naranjo
Javier Naranjo am 10 Okt. 2017
Beantwortet: Jan am 10 Okt. 2017
Hello everybody,
I am using diary to collect all my fpritnf of my code. When I run hello.m in Matlab I get the correct outputs but when I execute Matlab from Linux console ./matlab < hello.m the diary output is actually my code!!!!
Why do I have different behaviours of the same function?
Thanks in advance,
Javi

Akzeptierte Antwort

Jan
Jan am 10 Okt. 2017
Because "< hello.m" pipes the contents of the file to the Matlab console. because it appears there, you find it in the diary also like if you have typed the code manually in the command window.
Use the -r switch instead to execute code:
matlab -r hello.m

Weitere Antworten (0)

Kategorien

Mehr zu Entering Commands finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by