photo

Chiliveri Vinod


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

MATLAB Answers

5 Preguntas
0 Respuestas

CLASIFICACIÓN
129.595
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

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


I am getting an error as "Operands to the || and && operators must be convertible to logical scalar values. Error in xd (line 8) if (t>=t1)&&(t<t2)".
my code is t1 = 0; t2 = 10; t3 = 20; t4 = 30; t = 0:50; if (t>=t1)&&(t<t2) r = 0.6; if (t>=t2)&&(t<t3) r =...

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

3

respuestas

Pregunta


I am getting an error "Data 'hhatdot' is inferred as a variable size matrix, while its specified type is something else." My equation is "hhatdot =p*(u(t-hhat)-u(t-h))*udot". So please can anyone help me with this.
function [hhatdot,bufferutnew] = fcn(ut,h,hhat,hmax,taus,udot,bufferut) %#codegen p = 0.05; n=hmax/taus+1; %%% updating in...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


simulink problem in connecting vector concatenate to goto block
I am working in simulink, i am connecting a vector concatenate output which is (5,1) to goto block ,but the goto block is takin...

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

1

respuesta

Pregunta


I am getting an error for the below eqn . I wrote coding in matlab function (user defined function in simulink),so please help with this.I have also attached my simulink model.
function y = fcn(h,u) A = [0 1;-1 1]; B = [0;1]; N = 300; y = zeros(1,500); t = 0:25 for i = 1:N y = (h/N)*exp(i*A*(h/N)...

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

1

respuesta

Pregunta


matlab coding for the below
r(t) =1 − e−γ2t ,t ≤ Ta 4e−γ1(t−Tb)(sin(2πωat) + 1), otherwise t=500 Ta=250,Tb=500/2.2,γ1=0.07,γ2=0.004,ωa = 0....

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

1

respuesta