![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13525581_1602513924589.jpg)
Abduljabbar Bamhel
Followers: 0 Following: 0
Feeds
提问
Warning: Unsuccessful read: A timeout occurred before the Terminator was reached. 'serial' unable to read any data.
Hello! I am trying to read data from Arduino Uno but i get this error "Warning: Unsuccessful read: A timeout occurred before th...
4 years 前 | 1 个回答 | 0
1
个回答提问
Warning: Unsuccessful read: A timeout occurred before the Terminator was reached. 'serial' unable to read any data
Hello! I am trying to read data from Arduino uno but get this error "Warning: Unsuccessful read: A timeout occurred before t...
4 years 前 | 0 个回答 | 0
0
个回答提问
Create a function removeInsignificant(), which takes a dataset X and labels Y, p-value significance level (for example, p=0.1, p=0.05) and uses ANOVA or t-test to detect statistically insignificant features (regarding difference between records belon
function [X_take] = removeInsignificant(X, Y, p) for i = 1:16 disp(i) p2 = anova1(X(:,i),Y(:,1),'off...
4 years 前 | 0 个回答 | 0
0
个回答提问
Why do I get "Array indices must be positive integers or logical values" error when trying to calculate the average range for the last five observation in line 121?
load('ecgClear_1.mat') x = ecgClear_1(:,1); Fs = 257; HF = butter2filtfilt( x, Fs, 20, 'high'); LF = butter2filtfilt( x, Fs,...
4 years 前 | 1 个回答 | 0