Stephen Bell
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答已回答
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
Thank you very much that worked
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
Thank you very much that worked
6 years 前 | 0
提问
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 前 | 2 个回答 | 0