Does MATLAB work with Qualcomm arm processors? For example, Microsoft surface pro 11 with X Elite processor, and Windows 11 on Arm.

878 views (last 30 days)
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 Comments
yibo
yibo on 20 Nov 2024 at 7:31
I'm sorry I just saw your message and couldn't reply in time.
I've tried your attached file on my laptop, it can compile and run, through the whole simulation. less then 2min, I think.
BUT,there is 18 warnings, I don't know these are normal or not. I'll paste these warnings below(translation version).
My matlab version is 2024b. Your File is created based on Matlab2019.
Warning: The image file in the 'image' drawing command in module 'Deneme/LC Filter' cannot be found in the MATLAB path, or the path to the file is invalid.
Warning: The image file in the 'image' drawing command in module 'Deneme/LC Filter' cannot be found in the MATLAB path, or the path to the file is invalid.
Warning: MATLAB has disabled some advanced graphics rendering features by using OpenGL software instead. For more information, click here.
Warning: The image file in the 'image' drawing command in module 'Deneme/LC Filter' cannot be found in the MATLAB path, or the path to the file is invalid.
Bahadir
Bahadir about 20 hours ago
Edited: Bahadir about 20 hours ago
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.slk 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

Sign in to comment.

Answers (2)

halleyhit
halleyhit on 1 Jul 2024
I would like to suggest MATLAB Online, and you only need browser and internet connection.

Bahadir
Bahadir on 7 Nov 2024 at 11:54
Edited: Bahadir on 7 Nov 2024 at 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 Comments
Walter Roberson
Walter Roberson on 9 Nov 2024 at 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.

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products


Release

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!