Matlab automatically starts when I open Terminal on my MAC
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
kyrollos yanny
am 5 Jun. 2015
Kommentiert: Walter Roberson
am 12 Mär. 2020
Hello,
I have Matlab version 15 and I was using my terminal and looking through all the folders because I was looking for a file. I believe I opened the startup file in my root. Now every time I open terminal Matlab opens automatically and I cannot run commands on my terminal until I close the Matlab program. Does anyone have any suggestions on how to prevent this?
Thanks.
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 5 Jun. 2015
This has nothing to do with cron. You have created a shell initialization file that mentions matlab. Check your ~/.bashrc ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc
3 Kommentare
Christopher LaFave
am 3 Mär. 2020
Bearbeitet: Christopher LaFave
am 3 Mär. 2020
Nice! Thank you Mr. Roberson. I had pasted the path to my Matlab, "just for a minute", into my .bashrc in order to add it to an alias, and promptly forgot all about it. That's the last time I use a system file as a "scratch pad".
Weitere Antworten (1)
Ayush
am 5 Jun. 2015
it seems you have created a Cron Job (Scheduled Task), matlab is triggered as soon as you open Terminal.
2 Kommentare
Walter Roberson
am 12 Mär. 2020
cron would be an unlikely culprit. cron tasks are not triggered when you run a particular executable.
Siehe auch
Kategorien
Mehr zu Startup and Shutdown 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!