Feeds
질문
Why is my coding stopping at the shotscore vector when using fprintf?
load shots.dat; score = 0; numbers = (1:1:length(shots))'; x = shots(:,1); y = shots(:,2); count = [0 0 0 0 0 0]; shotsc...
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
I need to filter this vector to pick out any numbers bigger than or equal to the threshold and put them into a new vector to be averaged
% Filters out unwanted data points for sound file clc;clear; %File wouldnt download for me so i just copied numbers sounds ...
대략 4년 전 | 답변 수: 2 | 0