Statistics
2 Questions
0 Answers
RANK
35,122
of 301,447
REPUTATION
1
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
1
RANK
of 21,284
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,609
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How to return the dimension of image if I had already add padding before ?
W = ones(3); padded = padarray(W,[1, 1],'symmetric','both'); ASK : dimension = 3x3 after padding = 5x5 can you he...
11 years ago | 1 answer | 1
1
answerQuestion
How to make Duplicate values
I have matrix 1 example : W = [4 2 8 1 2 6 3 5 9] and now matrix 2 example : Q = [1 2 1 2 3 2 1 2 1]; How to make duplic...
11 years ago | 2 answers | 0
