Stephen Bell
Followers: 0 Following: 0
Statistiques
RANG
114 233
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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;...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseHow 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
plus de 6 ans il y a | 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. ...
plus de 6 ans il y a | 2 réponses | 0