photo

Aravind


Last seen: 26 giorni fa Attivo dal 2024

Followers: 0   Following: 0

Statistica

MATLAB Answers

0 Domande
124 Risposte

RANK
520
of 298.937

REPUTAZIONE
150

CONTRIBUTI
0 Domande
124 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
13

RANK
 of 20.661

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 162.923

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

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

circa un mese fa | 0

Risposto
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...

circa un mese fa | 0

Risposto
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 ...

circa un mese fa | 0

| accettato

Risposto
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 ...

circa un mese fa | 0

Risposto
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...

circa un mese fa | 0

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

2 mesi fa | 0

Risposto
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...

2 mesi fa | 0

| accettato

Risposto
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...

2 mesi fa | 0

Risposto
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...

2 mesi fa | 0

Risposto
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...

2 mesi fa | 0

Risposto
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...

2 mesi fa | 0

| accettato

Risposto
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...

2 mesi fa | 1

| accettato

Risposto
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...

2 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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 ...

3 mesi fa | 0

Risposto
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 ...

3 mesi fa | 0

| accettato

Risposto
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...

3 mesi fa | 0

| accettato

Risposto
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 ...

3 mesi fa | 0

| accettato

Risposto
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...

3 mesi fa | 0

| accettato

Risposto
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...

3 mesi fa | 1

| accettato

Risposto
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...

3 mesi fa | 0

| accettato

Risposto
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...

3 mesi fa | 0

Risposto
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"...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Risposto
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 ...

3 mesi fa | 0

Risposto
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...

3 mesi fa | 0

Carica altro