Vinod S
IIT Madras
Followers: 0 Following: 0
Professional Interests: Communication, Signal Processing
Statistics
RANK
7.669
of 295.486
REPUTATION
6
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 20.236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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))...
bijna 12 jaar ago | 1
| accepted
Question
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...
ongeveer 12 jaar ago | 3 answers | 0
3
answersQuestion
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...
ongeveer 12 jaar ago | 2 answers | 0
2
answersQuestion
Can these operations be vectorized?
X=1:100; T=zeros(10); for i=1:10 T(i,:)...
ongeveer 12 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 12 jaar ago | 1 answer | 0