Community Profile

photo

J J


Last seen: casi 4 años hace Con actividad desde 2018

Estadísticas

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Ver insignias

Content Feed

Ver por

Pregunta


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...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 =...

más de 5 años hace | 1 respuesta | 0

1

respuesta