photo

Aravind


Last seen: 4 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
136 Respuestas

CLASIFICACIÓN
509
of 300.364

REPUTACIÓN
156

CONTRIBUCIONES
0 Preguntas
136 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
14

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Trying to use an S- Function to run an LCD display with an I2C interface on Ardiuno
Hi @William Rogers, From the code and error you have shared, it appears that you are using Arduino-specific libraries for the L...

4 meses hace | 0

Respondida
Print in LCD I2C Arduino in matlab
Hello @Khaled Al-Faleh You can control the LCD display connected to an Arduino by using the Arduino-specific LCD display librar...

4 meses hace | 0

Respondida
16X2 i2c lcd
Hello @mohammed sajm alsaeedi, From the code you have shared, it appears that you are using Arduino-specific libraries such as ...

4 meses hace | 0

Respondida
How can I control I2C Lcd with simulink ?
Hello @ENGOLA Arsène, You can control the LCD display connected to an Arduino by using the Arduino-specific LCD display library...

4 meses hace | 0

Respondida
display data on i2c lcd arduino using simulink f-function builder (matlab 2021a)
Hello @youcef, From the code and error you have shared, it appears that you are using Arduino-specific libraries for the LCD di...

4 meses hace | 0

Respondida
Deploying simulink code on the arduino board using the ICSP header instead of USB
Hi @BK, From your question, I understand that you want to upload and run code from MATLAB/Simulink to the Arduino Nano using UA...

4 meses hace | 0

Respondida
Simulink S-function Serial communication problem
Hello @mohsbshir shir, From the code and files you've shared, it seems that you've included Arduino-specific libraries such as ...

4 meses hace | 0

Respondida
Simulink code error in Arduino IDE
Hello @Federico, From your question, it seems that the code generated from Simulink is not compiling in the Arduino IDE due to ...

4 meses hace | 0

Respondida
How to put Arduino Uno to sleep mode using Simulink
Hello @Bojan, There is no built-in or direct block in Simulink for putting an Arduino into sleep mode. However, you can create...

4 meses hace | 0

Respondida
How to define slave address of a component of an I2C device
Hello @Caterina, From your question, it seems you are trying to control the RGB1602 DFRobot display from MATLAB via Arduino and...

4 meses hace | 0

Respondida
Problem with Simulink and arduino
Hello @peter sender, From your Arduino code, it seems you are attempting to integrate external libraries into the Simulink mode...

4 meses hace | 0

Respondida
Caused by: Error using nnet.internal.cnnhost.lstmForwardGeneral Out of memory.
Hi @Bahadir, The error you are encountering is typically due to the BiLSTM layer consuming more memory than what your system (e...

5 meses hace | 1

| aceptada

Respondida
Reading MPU-6050 in Matlab
Hi @Mateusz Borejko, The Storm32 Gimbal Controller supports serial communication, and its documentation provides details on the...

6 meses hace | 0

Respondida
DHT11 arduino and app designer
Hi @Saad Oussaada, If you want to read data from a DHT11 temperature and humidity sensor using MATLAB and Simulink, there are a...

6 meses hace | 0

Respondida
How can i read real-time data from dht11 sensors connected to ESP32 into Simulink
Hi @Nonso, To read live data from the sensors and ESP32 in Simulink, you can use the "IO Device Builder" app, which is part of ...

6 meses hace | 0

| aceptada

Respondida
How can you arm a counter connected to NI -DAQ without a trigger?
Hi @Sanjna, You do not need to "arm" the counter before beginning the counting. On the NI USB-6431, the counter input channels ...

6 meses hace | 0

Respondida
Do I need to arm a counter attached to NI DAQ USB 6341 to begin data acquisition?
Hi @Sanjna, You do not need to "arm" the counter before starting the counting process. On the NI USB-6431, the counter input ch...

6 meses hace | 0

Respondida
Adalm-Pluto Simulink
Hi @Andrea Carroll, The blocks related to the ADALM-PLUTO SDR radio are included in the "Communications Toolbox Support Package...

7 meses hace | 0

Respondida
Sending video files with Adalm Pluto
Hi @Samet, There is no direct example for sending video files using the ADALM-PLUTO SDR radio. However, there is a MATLAB docum...

7 meses hace | 0

| aceptada

Respondida
When generating C code using the MPC module in Simulink, is it necessary to configure an external solver separately?
Hi @Robinson, No, when generating C code using the MPC module in Simulink, you do not need to configure an external solver sepa...

7 meses hace | 0

Respondida
How to disable matlab's figure menu's response to Alt button in R2016a?
Hi @raym, The reason the second press of the ALT button is not being recognized is because it triggers a default internal callb...

7 meses hace | 0

Respondida
How to find the orientation of the microcontroller board having an on-board IMU in real-time ?
Hi @Amitvikram, To determine the orientation of a microcontroller board with an on-board IMU in real-time using MATLAB, you can...

7 meses hace | 0

Respondida
Using isdeployed to avoid un-supported features with Application Compiler
Hi @Isaac Asher, The Application Compiler performs a dependency analysis to identify which files are referenced or used by the...

7 meses hace | 0

| aceptada

Respondida
Is there a way to output the logits instead of the final output of an RL agent (PPO) to the (custom) environment?
Hi @Ids, Yes, it is possible to have an RL agent output logits instead of the final action probabilities. To achieve this, you...

7 meses hace | 1

| aceptada

Respondida
Can I make a custom RL agent that has 2 distinct critics and 1 actor?
Hi @Vincent, From your question, it seems you want to implement a custom Reinforcement Learning (RL) agent, specifically a Deep...

7 meses hace | 0

Respondida
Can we modify the 360 Bird eye view stitching to just few cameras?
Hi @dinesh bharathi, Yes, it is possible to modify the example at https://www.mathworks.com/help/driving/ug/create-360-birds-ey...

7 meses hace | 0

Respondida
About examples“Create 360° Bird's-Eye-View Image Around a Vehicle”
Hi @QS-L, Yes, it is possible to adapt the example you shared to use 4 cameras instead of 8. According to the documentation at ...

7 meses hace | 0

Respondida
How do I apply a padding mask(B*T) variable into a training of a self-attention transformer decoder, from a 3D Matrix(B*T*C)
Hi @Sai, From your question, it seems you have created a transformer network and are attempting to apply a padding mask to the ...

7 meses hace | 0

| aceptada

Respondida
Merging individual waves into a single wave as a synthetic ECG
Hi @Tomas, To combine the individual ECG components (P wave, QRS complex, and T wave) into a single waveform, you need to prope...

8 meses hace | 0

| aceptada

Respondida
Can I use readArUcoMarker in real-time with Simulink?
Hi @Lowell, From your question, it appears you are using MATLAB R2024a with a Quanser arm and are attempting to run Simulink ...

8 meses hace | 0

| aceptada

Cargar más