Can't open additional instance of MATLAB in release 2024b?
Mostra commenti meno recenti
I'm on a Mac (M1), running the latest OSX.
I don't seem to be able to open an additional instance of MATLAB by right-clicking on the icon, as I used to in 2024a (and all recent releases). In fact, I can't find any way to do so.
Is this a bug, or has MathWorks dropped this feature? I could not find any mention in the Release Notes.
6 Commenti
Walter Roberson
il 16 Ott 2024
Datapoint:
I am running on MacOS Senoma on Intel (so the second most recent MacOS, as Sequoa was released a month ago.)
I am not having difficulty with opening an additional instance of R2024b.
the cyclist
il 17 Ott 2024
goc3
il 17 Ott 2024
I have the same option to "Open Additional Instance of MATLAB" for R2024a—I did not know about that before now. I also do NOT have that right-click option for R2024b. (The Command Window option is also not available in R2024b.) So, it is a problem specific to R2024b, NOT M-series chips vs. Intel Macs.
I would recommend contacting support to let them know about this. They can either take note of it and (hopefully) fix it in a subsequent patch or let you know that it was discontinued. Either way, let us know.
Also, the Terminal approach is more work. But, it allows other options, such as opening MATLAB without a GUI, to run things in the background.
Walter Roberson
il 17 Ott 2024
Modificato: Walter Roberson
il 17 Ott 2024
Datapoint:
I just updated to Sequoia on Intel iMac.
I continue to see "Open Additional Instance of MATLAB" for R2024b -- provided that MATLAB R2024b is currently open.
the cyclist
il 17 Ott 2024
the cyclist
il 7 Nov 2024
Risposte (3)
Gil
il 14 Nov 2024
3 voti
SOLVED: Open a New MATLAB Instance via Terminal
- Open Terminal on your Mac.
- Use the following command to open a new instance of MATLAB:
open -na "MATLAB_R2024b.app"
- The -n flag allows you to open a new instance.
- The -a flag specifies the application name. Ensure the application path matches exactly.
1 Commento
Harry Smith
il 28 Nov 2024
Worked for me, thanks
goc3
il 16 Ott 2024
0 voti
I am using an older Mac (Intel) and OS (Ventura), so, I do not know if this will help.
Nonetheless, I am still able to open an additional instance using the following (path) command in the Terminal:
/Applications/MATLAB_R2024b.app/bin/matlab
Of course, this is contingent upon R2024b being installed in the base /Applications directory. If it is not, then update the path accordingly before running that (path) command in the Terminal.
the cyclist
il 17 Ott 2024
0 voti
6 Commenti
Walter Roberson
il 17 Ott 2024
Interesting.
I have R2024b with no update, but I am not observing any problem.
Abdullah
il 18 Ott 2024
I have the updated version of R2024b installed on my Mac (M2 Max) but I am still having this issue. There is no option to open an additional instance while right-clicking the app in the dock. Earlier on I was using R2021b where the option was available and worked just fine. Seeing Walter's comment I even updated to Sequoia but the problem persists. If someone finds a general fix please do share.
goc3
il 18 Ott 2024
Installing R2024b Update 1 did fix this problem for me (Intel, Ventura 13.6).
Abdullah
il 24 Ott 2024
That didn't work for me unfortunately. I decided to step down to R2024a which seems to be working fine.
the cyclist
il 31 Ott 2024
the cyclist
il 31 Ott 2024
Categorie
Scopri di più su Startup and Shutdown in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
