Community Profile

photo

AJ Woodson


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Question


Matrix multiplication error using '.*'
%so this is my simply code r = randi(100,66); t = (0:1/55:1); e = exp(2*pi*i*13*t); t = r.*e % this gives me error why is i...

3 years ago | 3 answers | 0

3

answers

Question


Trying add chunk of data to a array
ijijij

3 years ago | 1 answer | 0

1

answer

Answered
How to analyze part of a signal?
If I have signal X for say the if want to take a portion of that signal you could do something like b = X(beginPoint:DesiredEnd)...

3 years ago | 0