photo

Aravind


Last seen: 3 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
136 个回答

排名
523
of 299,930

声誉
150

贡献数
0 个提问
136 个回答

回答接受率
0.00%

收到投票数
13

排名
 of 20,845

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

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

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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 ...

3 months 前 | 0

已回答
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 ...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

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

4 months 前 | 0

已回答
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...

4 months 前 | 0

已回答
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 ...

4 months 前 | 0

| 已接受

已回答
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 ...

4 months 前 | 0

已回答
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...

4 months 前 | 0

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

6 months 前 | 0

已回答
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...

6 months 前 | 0

| 已接受

已回答
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...

6 months 前 | 0

已回答
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...

6 months 前 | 0

已回答
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...

6 months 前 | 0

已回答
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...

6 months 前 | 0

| 已接受

已回答
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...

6 months 前 | 1

| 已接受

已回答
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...

6 months 前 | 0

已回答
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...

6 months 前 | 0

已回答
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 ...

6 months 前 | 0

已回答
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 ...

6 months 前 | 0

| 已接受

已回答
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...

6 months 前 | 0

| 已接受

已回答
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 ...

6 months 前 | 0

| 已接受

加载更多