Matlab Runtime For Matlab Library Compiler exported Python Library to Work on Jetpack(Nano,TX2)

2 views (last 30 days)
I have exported some Custom Python Libraries exported from Matlab Library Compiler Export,
but Inorder to install this library in python3 on a Jetson nano or TX2, Matlab Runtime Compiler is required, but i couldnt install matlab runtime compiler on any of my jetson boards(nano,TX2),
****i am aware about matlabs gpu coder, but i want to run my python scripts with some matlab functionalities on the Jetson boards
Could you please provide some informations about installing Matlab Runtime on Jetpack for the Nano or TX2 boards

Answers (1)

Swatantra Mahato
Swatantra Mahato on 14 Oct 2021
Hi,
It is my understanding that you are interested in deploying a file created by MATLAB Compiler onto a Jetson board.
According to the link below, MATLAB Compiler is supported on the same platforms as MATLAB
MATLAB supports platforms having an x86-64 processor, hence the runtime would not install on an ARM processor like Jetson nano or TX2.
You can find the system requirements for MATLAB from the following link
Hope this helps

Categories

Find more on Get Started with MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!