Abduljabbar Bamhel
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
69,297
of 295,673
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
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 ago | 1 answer | 0
1
answerQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 1 answer | 0