targetHardware not found despite having installed the Raspberry Pi Hardware Support Package installed

Hi,
I've been trying to access the Raspberry Pi using MATLAB. At one point in the tutorials it asks for doing
targetObject = targetHardware('Raspberry Pi')
However, despite the Support Package being installed, it says "unrecognized function". I've reinstalled the package to no avail. In MATLAB online it works as expected. The documentation in help targetHardware is shown correctly as well.

3 Comments

If you are working on a 64-bit OS, you should use -
targetObject = targetHardware('Raspberry Pi (64bit)')
If the error doesn't resolve/still persists or you are working on a 32-bit OS, share the full error message along with the line of code for which the error occurs.
Hi thanks for the reply. I am indeed using a Raspberry Pi 4 Model B running 32-bit OS Debian 'bullseye'.
I was running the command on the command window, no additional error lines or logs other than the Unrecognized function red text.
Thanks,
Hi thanks for the reply. I am indeed using a Raspberry Pi 4 Model B running 32-bit OS Raspbian 'bullseye'.
I was running the command on the command window, no additional error lines or logs other than the Unrecognized function red text.
Thanks,

Sign in to comment.

Answers (1)

Since you mentioned that the command works correctly in MATLAB Online, the issue is likely related to your local MATLAB environment. I recommend checking out the following MATLAB Answers thread, which outlines several possible causes for the "Unrecognized function" error and how to resolve them:
Hope this helps!

Categories

Find more on MATLAB Support Package for Raspberry Pi Hardware in Help Center and File Exchange

Products

Release

R2024b

Asked:

on 3 Jul 2025

Answered:

on 8 Jul 2025

Community Treasure Hunt

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

Start Hunting!