photo

Lucky


Last seen: alrededor de 2 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

6 Preguntas
1 Respuesta

CLASIFICACIÓN
31.099
of 300.369

REPUTACIÓN
1

CONTRIBUCIONES
6 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.436

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How to calculate controller effort
I am trying to compare PID controller with fuzzy controller and I want to compare the controller effort for them.

más de 4 años hace | 0 respuestas | 1

0

respuestas

Pregunta


How to use multiple cores for simulink
I am trying to use multiple cores to run thiis file. For this I have to create different atomic subsystems in order for the pr...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Declare global variable in simulink
In Simulink,I need to use one of the inputs to a function block in another saved function. So I want to decalre this input as gl...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to change suddenly dropping output by a gradually dropping output?
I am using simulink matlab function to process some inputs and create an output as shown Here, as shown in the graph I don,...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to use different sampling times for 2 blocks in the same simulink model?
I am trying to write a RLS (Root Least squares) algorithm. I am using ode4(Runge-kutta) as my solver with a fixed step size of 0...

alrededor de 5 años hace | 1 respuesta | 0

1

respuesta

Respondida
Compare results of different step size using Euler's method
Thanks a lot again, but it still doesn't solve my problem. I need all the plots on a single figure. clear all h = sort([0.000...

alrededor de 6 años hace | 0

Pregunta


Compare results of different step size using Euler's method
x1=zeros(10000,1); x2=zeros(10000,1); x3=zeros(10000,1); Time=zeros(10000,1); for i=1:10001 t=(i-1)*0.0005; Time(i...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas