
Aravind
Followers: 0 Following: 0
Statistics
0 Questions
124 Answers
RANK
531
of 298.641
REPUTATION
146
CONTRIBUTIONS
0 Questions
124 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
13
RANK
of 20.635
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161.878
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Reading MPU-6050 in Matlab
Hi @Mateusz Borejko, The Storm32 Gimbal Controller supports serial communication, and its documentation provides details on the...
1 dag ago | 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...
1 dag ago | 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 dagen ago | 0
| accepted
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 ...
5 dagen ago | 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...
5 dagen ago | 0
Adalm-Pluto Simulink
Hi @Andrea Carroll, The blocks related to the ADALM-PLUTO SDR radio are included in the "Communications Toolbox Support Package...
ongeveer een maand ago | 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...
ongeveer een maand ago | 0
| accepted
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...
ongeveer een maand ago | 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...
ongeveer een maand ago | 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...
ongeveer een maand ago | 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...
ongeveer een maand ago | 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...
ongeveer een maand ago | 1
| accepted
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...
ongeveer een maand ago | 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...
ongeveer 2 maanden ago | 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 ...
ongeveer 2 maanden ago | 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 ...
ongeveer 2 maanden ago | 0
| accepted
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...
2 maanden ago | 0
| accepted
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 ...
2 maanden ago | 0
| accepted
pwm_write, pwm_interface block unable to save file and unable to change peripheral setting
Hi @Bhagyesh, From your question and the screenshots you have shared, it seems you are attempting to generate a PWM signal fr...
2 maanden ago | 0
| accepted
Disable Nagle's Algorithm for Simulink TCP Client blocks in slrealtime
Hi @Dean D., According to the documentation at https://www.mathworks.com/help/slrealtime/io_ref/tcpclient.html, there is no o...
2 maanden ago | 1
| accepted
Scrolling and zooming with mouse wheel
Hi @Christian D, From your question, it appears you are developing a MATLAB GUI and encountering an issue where the slider's sc...
2 maanden ago | 0
| accepted
SetSimViewingDevice(true)' , which prevents an output port from being created for the S-function.
Hi @simon verhaege, The "SetSimViewingDevice" parameter is used to prevent S-functions from generating code. The "Serial Rece...
2 maanden ago | 0
Serial receive simulink block of a USB IMU
Hi @Evan, The "SetSimViewingDevice" parameter is used to prevent S-functions from generating code. Since the "Serial Receive"...
2 maanden ago | 0
How to get usb connected microphone input sound from Raspberry pi to Matlab ?
Hi @Kishor Depe, You can utilize the "ALSA Audio Capture" block from the "Simulink Support Package for Raspberry Pi Hardware" t...
2 maanden ago | 0
How to record an audio from the Microphone block in simulink and save it to file on Raspberry Pi, or even do this on MATLAB
Hi @alaa elgendy, To save the recorded audio on the Raspberry Pi, you can use the "To File" block from the Simulink library. Ad...
2 maanden ago | 0
simulink SOS block inputs
Hi @Peter, It seems you're trying to use the "From File" block in Simulink to load coefficients from a MAT file for the “numera...
2 maanden ago | 0
How to create a CCS ToolchainInfo object in Matlab2023?
Hello @Shaw, Starting with MATLAB R2017a, the system target file "idelink_ert.tlc" is no longer supported for CCSv3.3. This fil...
2 maanden ago | 0
Is it possible to set the Arduino Nano 33 IoT to AP mode using Simulink
Hi @Michal, Since Simulink does not natively support Access Point (AP) configuration for the Arduino Nano 33 IoT, you can achie...
2 maanden ago | 0
how to write an RL with delayed reward at the end of episode using class template
Hi @MOHAMMADREZA, To handle delayed rewards in a reinforcement learning (RL) setup using a class template in MATLAB, you can ...
2 maanden ago | 0
How can I calculate concentration gradient of minerals or elements in a large data set and produce concentration gradient maps as a geostatistical mineral exploration method
Hi @Geo, MATLAB offers the "gradient" function to calculate gradients of a matrix. You can use this function to determine the...
2 maanden ago | 0