Maryam Idrees
Followers: 0 Following: 0
Statistics
RANK
136,531
of 295,527
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Error: Index exceeds array bounds.
Hi, I have read multiple posts related to the subject error but couldn't find the answer related to my query. Any help is much...
3 years ago | 1 answer | 0
1
answerQuestion
SSIM between grey-scale images
I have multiple test grey-scale images with a reference image. I want to measure the similarity between test and reference image...
5 years ago | 1 answer | 0
1
answerQuestion
Booth Multiplier coding in MATLAB
I am designing a multiplier in MATLAB and for my purpose, i need Dadda and Booth multipliers. I have searched many websites but ...
5 years ago | 0 answers | 0
0
answersQuestion
AWGN in an input array
I am writing a code, where i have two different arrays coming from the transmitter. One array is the accurate result of some com...
5 years ago | 0 answers | 0
0
answersQuestion
bitorreduce is undefined.
I am using MATLAB R2016a. I have to perform or operation on a bit sequence and i need a single bit as a result. For my purpose, ...
5 years ago | 1 answer | 0
1
answerQuestion
FIR filter weights binary conversion
I am trying to implement a 25 taps FIR filter in matlab. Some of the filter weights are negative and some are positive, generate...
5 years ago | 0 answers | 0
0
answersSolved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
6 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
6 years ago