photo

arif hussain


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


I am facing the dimension error during generating the second order transfer function can any one help me please. i have attached the error pic and code as well.
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; s = xlsread(filen...

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

1

respuesta

Pregunta


my code is running but it doesnt show the exponential graph .it shows nothing at the graph.
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; ...

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

2

respuestas

Pregunta


My code continuously giving this error( Error using ./ Matrix dimensions must agree .Error in Untitled14 (line 16) r=w./wd; and the size of w is 60x1 double size of wd is 60x60 double
filename = 'datacollect2.xlsx'; num = xlsread(filename,'B1:B60'); w = num/60; N = length(num); t = 1/w; s = xlsread(filenam...

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

1

respuesta

Pregunta


My code continuously giving this error( Error using ./ Matrix dimensions must agree. Error in Untitled14 (line 16) k = zeta*(w./wd); )
zeta = g * q; j= 1-power(zeta,2); wd = w*power(j,1/2); r=w./wd; k = zeta*r; l=k*sin(wd*t); m=cos(wdt) + l; ...

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

1

respuesta

Pregunta


I am facing this error (Attempted to access num(:,2); index out of bounds because size(num)=[14341,1]. Error in Untitled10 (line 3) rpm =num(: , 2);
filename = 'first.xlsx'; num = xlsread(filename); rpm =num(: , 2); time =num(: , 1); f= rpm/60; t=1/f; N = l...

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

1

respuesta

Pregunta


Hello, How can i write divide by 4 micrometer ? code is attached below check the variable s. i am trying to plot frequency vs angular displacement.
filename = 'datacollect2.xlsx'; num = xlsread(filename); rpm =num(: , 2); time =num(: , 1); N = length(num); s=...

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

1

respuesta

Pregunta


Hello; Can someone please help me matlab doesn't plot my excel data it show the axis only I am trying to make spectral analysis.i have attested the excel file and code as well.
filename = 'datacollect2.xlsx'; N = length(filename); fs = 400; fnyquest = fs/2; num = xlsread(filename); y =...

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

1

respuesta

Respondida
plot excel data in MATLAB
Hello; Can someone please help me matlab doesn't plot my excel data it show the axis only.i have attested the excel file ...

alrededor de 7 años hace | 0