Stephen Bell
Followers: 0 Following: 0
Statistics
RANK
114 233
of 295 467
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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;...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 6 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 6 år ago | 1 answer | 0
1
answerHow 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
mer än 6 år ago | 0
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. ...
mer än 6 år ago | 2 answers | 0