Community Profile

photo

Stephen Bell


Last seen: más de 2 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


At the beginning of 2020 Matlab(Simulink) has stop the block called Fcn. I need a block in Simlink that is the same in 2021a.Please help.
clear all close all clc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %the equation put in Fcn (b...

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

1

respuesta

Pregunta


What does this mean Requested 313121x313121 (730.5GB) array exceeds maximum array size preference.
clear all close all clc load('Ethafoam23kPa_FRFTest_1,5rms.mat') R = (Response(length(Response)/2:end)*100); sf = 31312.1;...

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

1

respuesta

Pregunta


How can I fix this code and run it? Please! Index exceeds matrix dimensions. Error in AccelerationWeek10 (line 28) s = s(1:npts/2+1); % truncate (removes complex conjugates) Published with MATLAB® R2017b
Simulink and Matlab code close all npts = 2^15; sfreq = 22150; dt = 1/sfreq; t = (0:npts-1)'*dt; m = 500 % m...

casi 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I make this work Please? In AccelerationWeek10 (line 10) Index exceeds matrix dimensions. Error in AccelerationWeek10 (line 31) s = s(1:npts/2+1); % truncate (removes complex conjugates)
close all npts = 2^15; sfreq = 22150; dt = 1/sfreq; t = (0:npts-1)'*dt; m = 500 % mass k = 1000000; c= 10...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I make this work? Invalid data type. First argument must be double, single, int8, uint8, int16, uint16, int32, uint32, or logical. Error in AccelerationWeek10 (line 15)16. s = fft(Accel);%3
1.close all 2.npts = 2^15; 3.sfreq = 22150; 4. dt = 1/sfreq; 5. t = (0:npts-1)'*dt; 6. m = 500 % mass 7. k = 1000000; 8. ...

casi 6 años hace | 2 respuestas | 0

2

respuestas