photo

Stephen Bell


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Question


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...

3 years ago | 1 answer | 0

1

answer

Question


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;...

4 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 0 answers | 0

0

answers

Question


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...

6 years ago | 1 answer | 0

1

answer

Question


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. ...

6 years ago | 2 answers | 0

2

answers