photo

Stefano Francavilla


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
2 回答

ランク
12,899
of 300,364

評判
4

コントリビューション
2 質問
2 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,407

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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))

8年弱 前 | 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...

8年弱 前 | 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...

約8年 前 | 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...

約8年 前 | 2 件の回答 | 0

2

回答