Community Profile

photo

Marc Cousoulis


2017년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

7년 초과 전 | 답변 수: 3 | 0

3

답변

질문


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

7년 초과 전 | 답변 수: 1 | 0

1

답변