photo

Marc Cousoulis


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Using strcmp on multiple strings to get a logical array
I want to check for the occurrence of 3 possible events in a series of events.. Event = ['a1','b1','a1','c1','b1']'; Che...

environ 8 ans il y a | 3 réponses | 0

3

réponses

Question


interp1 using method 'previous' returns an unexpected NaN?
x = [1 2 4]; v = [17 100 17]; xq = 1:5; vq = interp1(x,v,xq,'previous'); vq = 17 100 100 17 NaN Why is vq(5) not...

environ 8 ans il y a | 1 réponse | 0

1

réponse