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 years 前 | 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 years 前 | 2 个回答 | 0