필터 지우기
필터 지우기

Will the Matlab Compiler Runtime will support the ARMv6 under Debian Linux???

조회 수: 8 (최근 30일)
I want to run a computer vision code for detecting the number of vehicles in raspberry pi.

채택된 답변

Walter Roberson
Walter Roberson 2016년 2월 9일
편집: Walter Roberson 2016년 2월 9일
No. The ARMv6 will never be supported by MATLAB Compiler Runtime. I cannot predict as yet whether the ARMv7 will ever be supported; perhaps by R2019b, but it would not surprise me if the ARMv8 is the lowest ARM version that will ever be supported.
By the way, you asked the wrong question. MATLAB is already able to generate code for Raspberry Pi. But the MATLAB Compiler Runtime is only used for systems that MATLAB itself will run on, so the question you asked is the same as asking whether MATLAB itself will be ported to run on Raspberry Pi.
You can create Simulink models to run on Raspberry Pi and those models can use Computer Vision Toolbox blocks and can call Embedded MATLAB functions that call upon Computer Vision Toolbox routines. This is not the same technology as using MATLAB Compiler and MCR.
  댓글 수: 1
Ainul Wadhihah Abdul Rahim
Ainul Wadhihah Abdul Rahim 2021년 2월 2일
You mentioned about "MATLAB Compiler Runtime is only used for systems that MATLAB itself will run on", but what does it mean by "used for systems that MATLAB itslef will run on" ?
In my case, I want to run standalone execution of simulink on raspberry pi. I believe with just the Raspi support package for simulink is enough to do this, but I couldn't get it to work without raspi connecting to internet and MATLAB after deployment.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Compiler에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by