Statistics
RANK
6,896
of 295,569
REPUTATION
6
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
how to multiply each row in a column by different numbers
Try this if a is a column vector: |load file.txt| |a = file;| |k = [1:size(a,1)]';| |s = a.*(cosd(3.6*k));| |plot...
12 years ago | 1
| accepted
Question
Determine maximum frequency of a discrete vector.
Hi there, If I have an nx1 vector u plotted against time, I was wondering if there is a way to determine the maximum frequenc...
12 years ago | 1 answer | 0