photo

John


Ryerson University

Active since 2012

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
1 Answer

RANK
7,656
of 300,381

REPUTATION
6

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

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

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

13 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...

13 years ago | 1 answer | 0

1

answer