photo

Umesh Kharad


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


script for Unit delay block
i have one signal for an ex: sig1 and i have add one unit delay block between signal and scope. I have to write m-script for thi...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
I want to find 4 consecutive number which is present in array.
idx = [1 2 4 5 7 9 11 12 13 14 16]; for k=1:end if idx(k:k+3)==(idx(k):idx(k)+3) fprintf('error in position %g:...

2 years 前 | 0

提问


I want to find 4 consecutive number which is present in array.
idx=[1 2 4 5 7 9 11 12 13 14 16] result should be ans= 11 12 13 14

2 years 前 | 4 个回答 | 0

4

个回答