John - MATLAB Central
photo

John


Ryerson University

2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/12 to 03/25Use left and right arrows to move selectionFrom 10/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 質問
1 回答

ランク
7,281
of 297,775

評判
6

コントリビューション
1 質問
1 回答

回答採用率
0.0%

獲得投票数
1

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
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

回答