Statistiques
RANG
861
of 281 820
RÉPUTATION
76
CONTRIBUTIONS
0 Questions
58 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
7
RANG
of 19 061
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
2 Public Chaînes
CLASSEMENT MOYEN
30
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Content Feed
How can i fix this problem?
I thought I would clarify the compatibility of Hardware Setup's OS customization option of various(latest ones) MATLAB releases ...
7 mois il y a | 0
how can i create a block diagram of an ultrasonic sensor in simulink?
In MATLAB R2022b, Ultrasonic sensor Simulink block was added. Please check it out. https://mathworks.com/help/supportpkg/raspbe...
7 mois il y a | 0
How to on/off a variable after 3 seconds interval
Hi Ismat, Simulink is an ideal platform for your project. Simulink offers time based simulations and you can generate C/C++ cod...
7 mois il y a | 0
how to read an audio file with a function that support code generation for Raspi?
Hi, Have you tried Audio File read block of Simulink Support pacakge? Simulink Support Package offer more features for advanced...
11 mois il y a | 0
is it possible to install Matlab and Simulink Support Packages for Raspberry Pi on the same SD Card?
Installing Support packages and setting up Raspberry Pi's SD card are two different things. 1) You can install both MATLAB and ...
12 mois il y a | 0
| A accepté
Simulink Support Package for Raspberry Pi Hardware not working on Raspberry Pi 4B 8GB (2022)
Hi Haris, One quick alternate way to set up pi's OS with libraries and packages is using " Customizing the existing Raspbain ...
12 mois il y a | 0
| A accepté
MATLAB with Raspberry Pi using TCP/IP protocol
MATLAB and Simulink Support packages for Raspberry Pi enables you to program Raspberry Pi from the comfort of MATLAB/Simulink. ...
environ un an il y a | 0
There no External Mode simulation in simulink for Matlab 2019b, Why? How to add it to dropdown list?
There was a major revamp of the Simulink Toolstrip in R2019b. External mode option is now moved to HARDWARE Tab ->Monitor & Tun...
environ un an il y a | 0
A résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
plus d'un an il y a
Reading data From Terminal in Matlab
Hi Arslan, I am not sure if I fully understood your requirement. If your intention is to receive that data in MATLAB, you wi...
presque 2 ans il y a | 0
How to address Rasperry Pi conection when usin Simulink in Connected IO mode?
Hi Jon, You can only have one connection to the Pi, either from MATLAB Connected I/O(through r = raspi()) or Simulink Connect...
presque 2 ans il y a | 0
Modifying parameters in compiled Simulink model on Raspberry Pi
Hi Soeren, Have you tried "Monitor & Tune workflow" (a.k.a External mode) with Raspberry Pi support package. Simulink's Exte...
presque 2 ans il y a | 0
raspberry pi usb camera error
Hi, "webcam" function should be called with complete name. Similar to what you have tried in the second attempt. Alternatively...
environ 2 ans il y a | 0
| A accepté
sdwriter.exe-system error while writing Rasbian Image to SD card because of missing MSCCP140.dll, VCRUNTIME140.dll and VCRUNTIME140_1.dll file
Hi Mahesh, Check out the below answer. You would need to copy the dll directly to "C:\Windows\System32" instead of the MATLAB i...
environ 2 ans il y a | 1
| A accepté
Interfacing Matlab and Raspberry Pi gives 'make' file error
MATLAB/Simulink Support Package for Raspberry Pi requires some libraries and linux packages to be installed on Raspberry Pi befo...
plus de 2 ans il y a | 0
Is there a raspberry pi zero support in the raspberry support package?
Updated answer: "Raspberry Pi Zero W" is supported from R2018a. Please see release notes: https://www.mathworks.com/help/matla...
plus de 2 ans il y a | 0
Work with 2 raspberry pi together on Matlab
You can create two different raspi objects. Say, raspiObjA = raspi('<A's_IP_addr>') raspiObjB = raspi('<B's_IP_addr>') Now c...
plus de 2 ans il y a | 0
| A accepté
Call python stepper motor code to Matlab with Raspberry Pi
Hi Tharima, "system" function when called without passing "raspi" object will run the command on host PC on which the MATLAB i...
plus de 2 ans il y a | 1
Error when connecting Raspberry PI to MATLAB: "json-c/json.h: No such file or directory"
Hi Sapir, Looks like json C library is missing on your Raspberry Pi image. Open a SSH session with your Pi and execute "sudo...
plus de 2 ans il y a | 0
| A accepté
Real time data transfer between MATLAB and Raspberrypi
Hi Akshay, You can setup a TCP/IP server on the raspberrypi(in your python code) and create tcpclient on MATLAB. Exchange the c...
plus de 2 ans il y a | 0
Read real time data on raspberry PI
Hi Cosimo, One approach is to use the "timer" feature in MATLAB and in the timer callback, you can call the function which read...
plus de 2 ans il y a | 0
matlab support for rasberrypi 4b
Hi Abadlia, Thank you for reporting this. There are certain variants of raspberry pi 4B which could get falsely detected as Ras...
plus de 2 ans il y a | 0
How to turn ON an output/function/GPIO for one second
https://in.mathworks.com/matlabcentral/answers/660278-how-to-turn-on-a-gpio-output-for-one-second#answer_556583
presque 3 ans il y a | 0
How to turn on a GPIO/output for one second
Hi Nitesh, Since you want your digital pin(or set of digital pins) to be at a particular state, say HIGH, for 1 sec, you nee...
presque 3 ans il y a | 0
| A accepté
Raspberry Pi I/O with SIMULINK Model in real-time
Hello Abhigya, You can deploy the entire plant software model + Raspberry Pi GPIO blocks to raspberry pi using one of the below...
presque 3 ans il y a | 0
Simulink Support Package for Raspberry Pi Hardware not working on Raspberry Pi 4B
8GB RAM variant needs firmware later than R2020a image. You could either use the R2020b version or customize your existing image...
presque 3 ans il y a | 0
| A accepté
a problem in code generation
Please note you would need to use "serialdev" function of Raspberry Pi support package to generate code and deploy it the raspbe...
presque 3 ans il y a | 0
If we already have code in our raspberry pi and want to load a program from simulink to raspberry pi, will there be any error occuring while the simulink model is transferred to the pi in previous code? Or any chance of erasing of previous code ?
There would be a new process created for each Simulink deployed model. Unless, you deploy the same model with the same model na...
presque 3 ans il y a | 0
MATLAB Support Package for Raspberry Pi Hardware Installation question
If you have a non mathworks OS and do not wish to format it, you could still use the support package features by customising the...
presque 3 ans il y a | 0
| A accepté