photo

S Suhaimi


Last seen: meer dan een jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
206.369
of 298.594

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.621

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.780

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

View by

Question


I am trying to clean up the corruption and recover the original soundtrack but it turns out way less than my expectation
% Step 1: Identify the system's impulse response h[n] load ("finalproject") % Load the project data % Padding the shorter si...

meer dan een jaar ago | 0 answers | 0

0

answers

Question


Adding zeros to a column vector to match a larger column vector
I have x where the dimension is (100x1) and y (108x1) I use: new_x= [x,zeros(1,length(y)-length(x))]; but I got an error s...

meer dan een jaar ago | 4 answers | 0

4

answers

Question


How do I make a condition statement for an element that presents in two different arrays but is at the wrong position? This also applies to more than one elements
final_code_make = [5 2 3 1] final_code_guess = [ 1 3 2 4] As it appears, there are few same elements in both arrays but the ar...

meer dan 3 jaar ago | 1 answer | 0

1

answer