Does MATLAB work with Qualcomm arm processors? For example, Microsoft surface pro 11 with X Elite processor, and Windows 11 on Arm.
조회 수: 680 (최근 30일)
이전 댓글 표시
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
Bahadir
2024년 11월 24일
편집: Bahadir
2024년 11월 25일
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
답변 (3개)
halleyhit
2024년 7월 1일
I would like to suggest MATLAB Online, and you only need browser and internet connection.
댓글 수: 2
Selvanathan
2025년 7월 21일
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
2024년 11월 7일
편집: Bahadir
2024년 11월 7일
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
Walter Roberson
2025년 1월 3일
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
2025년 9월 14일 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
Walter Roberson
2025년 9월 14일 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.)
참고 항목
카테고리
Help Center 및 File Exchange에서 Install Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!