Does MATLAB work with Qualcomm arm processors? For example, Microsoft surface pro 11 with X Elite processor, and Windows 11 on Arm.
조회 수: 901 (최근 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일 14:51
편집: Bahadir
대략 8시간 전
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
답변 (2개)
halleyhit
2024년 7월 1일
I would like to suggest MATLAB Online, and you only need browser and internet connection.
Bahadir
2024년 11월 7일 11:54
편집: Bahadir
2024년 11월 7일 11:55
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.
댓글 수: 4
Walter Roberson
2024년 11월 9일 17:50
Why doesn't matlab compiled for ARM processors?
Rebuilding MATLAB and associated products to work on Windows ARM, and thoroughly testing the result, is a lot of work. The Windows 10 ARM version only supported 32 bit executables, with 64 bit executables being beta version. Windows 11 ARM uses an ABI named ARM64EC that is incompatible with Windows 10 ARM. Drivers for hardware, games and apps will only work if they're designed for a Windows 11 Arm-based PC. Commercial support for Windows 11 ARM 64 bit has been available since only September 2024 (see https://www.windowscentral.com/software-apps/windows-11/whats-next-for-windows-11-microsoft-prepares-early-24h2-release-for-arm-pcs-and-major-ai-update-this-fall )
Mathworks will probably support Windows ARM at some point, but it will take time.
참고 항목
카테고리
Help Center 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!