photo

Stefano Francavilla


2017년부터 활동

Followers: 0   Following: 0

통계학

  • First Review
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Hi. I have a two-dimensional array Z of size 10x15, and two vectors, A = [1 2 4] and B = [3 2 1]. Using A and B, I want to access the following elements in Z: Z(1,3), Z(2,2), Z(4,1) only
I think you get a submatrix where the elements you are looking for are in the main diagonal: use diag(Z(A,B))

6년 초과 전 | 0

| 수락됨

질문


How to convert 'findpeaks' function using HDL coder?
Hi, I need to find local maxima and their positions in a vector. The function 'findpeaks' is not supported for hdl code generati...

6년 초과 전 | 답변 수: 0 | 0

0

답변

답변 있음
Max Peak Distance (findpeaks)
I wrote this code, it isn't elegant but I hope could be helpful. %% 1st step - Find a large amount of peaks with non-string...

거의 7년 전 | 0

질문


Max Peak Distance (findpeaks)
Hi, I'm using the 'findpeaks' function and i want to insert a min and max limit to the distance between the peaks. In the functi...

거의 7년 전 | 답변 수: 2 | 0

2

답변