Community Profile

photo

Marc Cousoulis


2017 年からアクティブ

統計

  • Thankful Level 1

バッジを表示

Content Feed

表示方法

質問


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

回答