photo

John


Ryerson University

2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Knowledgeable Level 1
  • First Answer

배지 보기

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년 전 | 1

| 수락됨

질문


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년 전 | 답변 수: 1 | 0

1

답변