フィルターのクリア

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 Center および File ExchangeMATLAB Compiler についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by