Community Profile

photo

J J


Last seen: quasi 4 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How can I make this find function in a for loop run faster using vectorization?
%% Find Peaks of raw data tic if MinPeakDistance == 0 [y_enc, t_pks] = findpeaks(y_raw, freq_s, 'MinPeakProminence', Mi...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I vectorize this find function?
for i=1:length(x) ind_1 = find(b <x(i), 1, 'last'); ind_2 = ind_1+1; x1 = b(ind_1); x2 = b(ind_2); y1 =...

oltre 5 anni fa | 1 risposta | 0

1

risposta