photo

Aravind


Last seen: ein Tag vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

MATLAB Answers

0 Fragen
108 Antworten

RANG
635
of 297.711

REPUTATION
120

BEITRÄGE
0 Fragen
108 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
12

RANG
 of 20.465

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 159.380

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 4
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

9 Tage vor | 0

| akzeptiert

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

9 Tage vor | 0

| akzeptiert

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

9 Tage vor | 0

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

9 Tage vor | 1

| akzeptiert

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

10 Tage vor | 0

| akzeptiert

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

10 Tage vor | 0

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

10 Tage vor | 0

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

10 Tage vor | 0

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

10 Tage vor | 0

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

11 Tage vor | 0

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

11 Tage vor | 0

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

11 Tage vor | 0

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

12 Tage vor | 0

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

17 Tage vor | 0

Beantwortet
Generation of a 3D map using 2D images, Photogrammetry
Hi @Odysseas, While Structure from Motion (SFM) is one approach for creating a 3D map with images, since you have the camera ...

17 Tage vor | 0

Beantwortet
From Simulink to Grafana using MQTT Protocol
Hello @EMILIO, In MATLAB R2021b, there is no built-in support for creating an MQTT client to facilitate data communication fr...

17 Tage vor | 0

Beantwortet
MatLab R2018B Database Support
Hello @George Mick, MATLAB R2018b can indeed connect to Oracle's Pluggable Databases (PDBs) if the connection is set up corre...

18 Tage vor | 0

Beantwortet
is Matlab 2018b compatible with Oracle Database Verison 12.2.0.2
Hello @Peter Müller, Yes, MATLAB 2018b is compatible with Oracle Database version 12.2.0.2. MATLAB connects to databases usin...

18 Tage vor | 0

Beantwortet
How do I change the number of inputs and outputs in Scikit-learn model predict block?
Hello @翼, You cannot modify the number of input and output ports for the "Scikit-learn Model Predict" block. This block is desi...

18 Tage vor | 0

| akzeptiert

Beantwortet
How to make matlab and simulink work simultaneously.
Hello @shaherbano zaidi, To tune a PID controller using MATLAB's PID Tuner app, you need a system model. If you do not have one...

18 Tage vor | 0

Beantwortet
How do I perform simulation with the aerodynamic propeller?
Hello @Zachary, The "Aerodynamic Propeller" block is a Simscape component. To make the input ports for advance (forward) velo...

19 Tage vor | 0

| akzeptiert

Beantwortet
How to multiply a cell array with a matrix
Hi @Aryama Mandal, To convert a cell array into a regular array in MATLAB, you can use the "cell2mat" function. Once you have...

20 Tage vor | 0

Beantwortet
Labeling Photos Manually and Classification of Large Dataset
Hi @Fatih, It sounds like you are looking to train a neural network to classify images with and without mussilage. You have a...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
How can I connect slider and angle in the GUI?
Hi @SeokWon CHOI, To adjust the angle of a shape in response to a slider's position when you press the run button, you can us...

etwa ein Monat vor | 0

Beantwortet
Polyspace as you code installation error
Hi @muralidhar, The error you encountered suggests that the Polyspace installation file cannot detect a compatible Eclipse ID...

etwa ein Monat vor | 0

Beantwortet
Level II S-function input=output ports are not apearing
Hi @mehrzad, From the image of your model, it seems you are using a “MATLAB Function” block rather than a “Level-2 MATLAB S-Fun...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
state flow chart properties action language
Hi @VINAY, When you incorporate a flowchart within a state in Stateflow, the if-condition flowchart is executed only when tha...

etwa ein Monat vor | 0

Beantwortet
Moving piston with Slider in App Designer
Hi @MomentumFlux, To create a moving piston effect in MATLAB App Designer, consider using the “rectangle” function within “UI...

etwa ein Monat vor | 0

Beantwortet
DDPG algorithm/Experience Buffer/ rl.util.ExperienceBuffer
Hi @hieu nguyen, To manage the initial phase when your experience buffer has fewer experiences than the desired mini-batch si...

etwa ein Monat vor | 0

Beantwortet
-logfile option changes output
Hi @Jason, From the output and code you shared, it seems you are storing the data in a cell array where each element is a str...

etwa ein Monat vor | 2

| akzeptiert

Mehr laden