Vinod S - MATLAB Central
photo

Vinod S


IIT Madras

2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: Communication, Signal Processing

統計

MATLAB AnswersFrom 10/12 to 04/25Use left and right arrows to move selectionFrom 10/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 質問
1 回答

ランク
7,665
of 297,950

評判
6

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

回答採用率
100.0%

獲得投票数
1

ランク
 of 20,508

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,928

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

スコア
0

バッジ数
0

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

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

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
random permutation of 3 numbers when repetition of digits are allowed
Try it this way, a=[1 2 3]; b=[a(ceil(3*rand(1))) a(ceil(3*rand(1))) a(ceil(3*rand(1))...

12年以上 前 | 1

| 採用済み

質問


Can these operations be vectorized?
n1=-64:63; Inter=sinc(n1/9); Poly=reshape(Inter,8,16); X=repmat([1,-1],1,10); for i=1:8 A(i,:)=conv(Poly(i...

12年以上 前 | 3 件の回答 | 0

3

回答

質問


Indexing of a temporary array.
x=(meshgrid([1 2 3],[1 2 3]).*meshgrid([1 2 3],[1 2 3])') x=x(:)' Is it possible to carry out the abov...

12年以上 前 | 2 件の回答 | 0

2

回答

質問


Can these operations be vectorized?
X=1:100; T=zeros(10); for i=1:10 T(i,:)...

12年以上 前 | 1 件の回答 | 0

1

回答

質問


Please suggest a method using Vectorization.
I want to do the following operation using vectorization technique of Matlab. I am a novice user of matlab. So please tell me ho...

12年以上 前 | 1 件の回答 | 0

1

回答