photo

aakash dewangan


Last seen: 2 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

MATLAB Answers

39 Fragen
11 Antworten

RANG
4.533
of 300.765

REPUTATION
12

BEITRÄGE
39 Fragen
11 Antworten

ANTWORTZUSTIMMUNG
43.59%

ERHALTENE STIMMEN
6

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.941

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 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 3
  • Revival Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Cascade Extended State Observer (CESO) for Active Disturbance Rejection Control (ADRC)
I am trying to modify the "Cascade Extended State Observer (CESO)" zip file shared by the authors to apply ADRC. I am trying to ...

2 Monate vor | 0 Antworten | 0

0

Antworten

Frage


Model free and model based Reinforcement learning program from Simulink to Arduino
Hi, I have to use Reinforcement learning (RL) to control my hardware. I am using arduino due board with simulink interface to de...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Arduino IDE code to simulink for SPI communication
Hello, I have arduino IDE program to read the data from a sensor in SPI. The code works perfectly well with IDE. I want to use ...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


SPI between "simulink-arduino-sensor", for receiving the data from sensor on simulink through arduino
Hi, I want to receive the data (generated by encoder and decoded by LS7366R in SPI mode) from arduino in simulink. Please let m...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
ODE to state space conversion
'odeToVectorField' command does the job

etwa 2 Jahre vor | 0

| akzeptiert

Beantwortet
How to count number of pulses in a signal in Simulink
Hi, I used 'encoder' block from 'simulink support packege for arduino'. The block is available in the versions 2021b and above...

etwa 2 Jahre vor | 0

| akzeptiert

Frage


spectrogram unit change from dB/Hz to linear scale
Hi, I am using readymade matlab function to plot the spectrogram of my data. I want to change the spectral intensity unit from ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


inverse Laplace transform in simulink
Hi, I want to take inverse laplace transform in simulink. Can anyone please suggest me any block or any method to do it. Thank...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Active disturbance rejection control for Real Hardware MIMO system using simulink
Hi, I want to use "Active disturbance rejection control" on Real MIMO (2x2) system using simulink. Please let me know how can I...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Arduino GIGA blocks in simulink.
Hi, I just want to know that are all the simulink blocks that are available for Arduino Due also available/compatible for Ardui...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to take moving skewness and moving kurtosis in simulink
Hi, I am using simulink for real time data transfer to and from an hardware. I want to know how can I take moving skewness and ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


SPI data reading in simulink arduino connection using LS7366 R IC
Hi, Please let me know how to use SPI data reading in simulink. I read the documentation page of SPI block, but did not unders...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
MCP4725 DAC through Arduino due in simulink
Hi, I found the solution. I used I2C communication block provided by MATLAB, It worked well. Thanks MATHWORKS :)

mehr als 2 Jahre vor | 1

| akzeptiert

Frage


Model predictive control (MPC) for MIMO system on real hardware in simulink
Hi, I want to control my MIMO (2x2) system using 'model predictive control' on the hardware in "Real time". My system is a bit ...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MCP4725 DAC through Arduino due in simulink
Hi, i tried to generate analog output voltage by Arduino due in simulink using MCP4725. But the file does not work, and gives an...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Incorrect description in website?
Hi,Can you please confirm that the description on resolution of Arduino due DAC pin given in the page is incorrect.In simulink i...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Generate 12bits resolution analog voltage from Arduino due using simulink/PYTHON/Arduino IDE
Hi, I want to generate 12bits resolution analog voltage from Arduino due board. 12bit resolution generation is not possible fr...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
I am unable to figure out how to plot the phase plane of a time dependent linear system. Help
in case of time dependent system. you should assign time as a variable. So, not you will have 3 equations, where time will also...

fast 3 Jahre vor | 0

Beantwortet
when I using readtable to read .csv file all variable data get mixed, what are the reason for this and provide proper solution for this
Try this format, in my work it works well :) T = readtable('Acceleration with g 2023-03-15 23-30-50.xls'); time = (T(:,1)); ...

fast 3 Jahre vor | 0

Beantwortet
encoder block in simulink for ESP 32
I have managed to solve the problem. ESP32 libraries/files were not installed in my computer. After installing them again, It ...

fast 3 Jahre vor | 1

| akzeptiert

Frage


how to generate 12bits resolution voltage from DAC pin of arduino due board in simulink
Hi, I am using Arduino due board DAC pin to generate voltage. I want resolution to be 12bits. But when i use in simulink, it gen...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Error (( vector must be the same length))
length of t and x_bp are not same. Theymust have same length to plot the graph using plot command. You may use maximum availabl...

fast 3 Jahre vor | 0

| akzeptiert

Frage


encoder block in simulink for ESP 32
Hi, can you please tell me how can i read/measure the speed of motor using ESP32 in simulink by using any encoder block.

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


data transfer to matlab workspace by running the simulink control logic in Arduino due hardware
Hello, I am using Arduino due with control block diagram in simulink to control the speed of DC motor. I want to run the contro...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


what is the fastest (high speed data transfer) way of connecting the Arduino due board (running a high speed motor) with Simulink for realtime data transmission and control?
Hello, I am using Arduino due to run two motors of high resolution encoder at high speed in simulink block diagram for feedback...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simulink error while running controller on hardware using arduino
Hi, I am controlling the speed of a motor (high encoder resolution) using Arduino simulink connection. I am getting the follo...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


tuning PID controller in simulink with actual hardware equipments
Hello all, I am working on a project in which i am using pid controllers to tune the gains. My system/controller is multiple in...

etwa 3 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
Which Arduino board (Name) can be used to read the speed directly using the Encoder block of Simulink?
I have used Arduino due, mkr with motor driver shield and nano board for this purpose. Due would be the best choice because of ...

etwa 3 Jahre vor | 0

Frage


Multiple Arduino with same simulink block diagram
Hello all, I am getting the data (speed pulses) from one sensor (encoder) using Arduino due in simulink interface. Now, I want ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


getting output in the form of 'vpaintegral' when applying dsolve command
Hello All, I have written a code to solve a problem. In my code, in the last section, when I am applying "dsolve" command, code...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden