Does MATLAB work with Qualcomm arm processors? For example, Microsoft surface pro 11 with X Elite processor, and Windows 11 on Arm.
685 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Qualcomm has released its latest X Elite processor and I really like its long battery life and low carbon footprint. I would like to ask the community if matlab runs well on windows on arm platform through an emulator? Will it affect normal ploting and coding? OS version:the latest Windows 11 on Arm.
Thank you!
5 commentaires
Bahadir
le 24 Nov 2024
Modifié(e) : Bahadir
le 25 Nov 2024
Thanks you Yibo,
When I run deneme.slk on huwai matebook intel ultra 7 155h 16GB Ram, it take first run 1 minutes 12 seconds and second runs it take only 26 second.
In addition deneme.slk tested on a Lenovo Yoga Slim 7x with Snapdragon X1E-78-100 and the first run took 5 minutes, while the next runs took about 2 minutes 35 seconds.
In summary
Deneme.slx run with
HP Pavilion Intel i5-460M=2 minutes 52 second,
ASUS VIVOBOOK S Snapdragon X Elite= 2 minutes
Lenovo Yoga Slim 7x Snapdragon X1E-78-100 5 minutes
Huwai matebook Intel Ultra 7 155h = 1 minutes 12 second
Réponses (3)
halleyhit
le 1 Juil 2024
I would like to suggest MATLAB Online, and you only need browser and internet connection.
2 commentaires
Selvanathan
le 21 Juil 2025
but matlab online seeion will cut out if internet is disturbed and i have to run my code again from the start on my command promt. How do i resume my process in matlab online when my internet reconnected. because the session time out is unacceptable.
Bahadir
le 7 Nov 2024
Modifié(e) : Bahadir
le 7 Nov 2024
when we look to matlab system reqrements, I understand that matlab&simulink will not work on surface pro 11 (Snapdragon X Elite/Plus arm processor).
Because matlab system requrements donot include arm processor. Matlab&simulink is only installed on intel or amd x86-64 processor and any m-series chip.
But matlab can be installed on surface pro 9 which has intel i7-1265u processor.
it is very important to study matlab on a portable computer because sometimes we do not have internet connection.
Why doesn't matlab compiled for ARM processors? I want to run MATLAB on Surface Pro 11.
7 commentaires
Walter Roberson
le 3 Jan 2025
All I can say is that it is not planned for R2025a. I have no knowledge (for or against) it being planned for later releases.
I can say that I think Copilot+PC is a stupid idea that ought to fail (but probably won't.)
Pranava Guru Sankar
le 14 Sep 2025 à 4:28
Matlab requires x86 (CISC based) not primarily ARM which I understand
While M1, M2 apple Processor have developed Rosetta 2 (kind of emulation ) to convert either Ahead of time (AOT) - like while installing softwares, or if we require it at realtime via Just In Time (JIT) - Rosetta 2 does it seamlessly improving processing time
Snapdragon don't have specific developed solution like Rosetta 2, while it uses general Emulator like QEMU (Quick Emulator) and window based emulation which is bit slower comparitively
Inference:
Snapdragon needs to do emulation to process x86 tasks which makes it slower comparitively
Note: Snapdragon uses ARM (simple reduced instruction set) - making it energy efficient - more battery performance.
1 commentaire
Walter Roberson
le 14 Sep 2025 à 20:46
As of MATLAB R2023b, MATLAB runs natively on Apple Silicon (ARM) chips, without needing Rosetta 2.
Since R2015b, MATLAB otherwise requires the x64 instruction set; x64 was available from roughly R2010b. MATLAB used to require x86 instruction set. (Unless you went back far enough, in which case it was supported on SPARC and on SGI MIPS and even on Vax.)
Voir également
Catégories
En savoir plus sur Install Products dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!