문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

대략 3년 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

대략 3년 전

문제를 풀었습니다


How to Concatenate two strings?
How to Concatenate two strings?

대략 3년 전

질문


Sttopping the iteration at a certain value
HI! I have a vector length of 0:0.1:1 and ineed iteration according to this vector length. I have done this part now i need...

4년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to design a FIR Filter
not sure about rc filter but FIR and butterworth filter can be designed by the help of built in function fir1,Filter. b = fir1(...

거의 5년 전 | 0

질문


HOW TO APLLY FILTER ON A SIGNAL
So basicalyi have to apply a 10th order (hamming window) band passfilter on a signal.I have designed the filter but unable to ap...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


Comparision of a matrix to a value
I want to compare values of a matrix of 4 by 3 dimension for example a=[7 8 8 ;5 3 2 ;1 2 3;7 6 5] to a 1by1 matrix b=[ 5...

대략 5년 전 | 답변 수: 1 | 0

1

답변