TEOH CHEE JIN - MATLAB Central
photo

TEOH CHEE JIN


Last seen: 3ヶ月 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB AnswersThingSpeakFrom 11/21 to 03/25Use left and right arrows to move selectionFrom 11/21Use 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

10 質問
0 回答

ThingSpeak

2 パブリック チャネル

ランク
158,698
of 297,695

評判
0

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

回答採用率
60.0%

獲得投票数
0

ランク
 of 20,466

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,380

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

スコア
0

バッジ数
0

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

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

平均評価
30

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

チャネル


Testing2

11ヶ月 前

質問


How to label x-axis of stem plot that consist spectrum?
I am plotting the graph using stem. What code should I write to label the x-axis with spectrum? I have tried xticklabels but it ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to create low pass filter to remove the signal greater than 40pi?
I am designing a filter to remove the unwanted signal in my D(w). The intention is to remove the signal at 4960pi and 5040pi (on...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to plot the graph with different amplitudes at different frequencies?
For the amplitude of D(w), I have used the command "simplify" and obtained that there are two different amplitudes at different ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Error using indexing Invalid indexing or function definition. Indexing must follow MATLAB indexing.
I encounter "Error using indexing Invalid indexing or function definition. Indexing must follow MATLAB indexing. Function argum...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to plot the signal having convolution in frequency domain?
I am doing a signal project to perceive the signals undergoing convolution, modulation and demodulation. The MATLAB script is a...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Why the fourier transform of a signal does not produce any graphing?
Hi, I have written a MATLAB code to convert the signal equations from time domain into frequency domain. However, when plotting ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Error using sym/subsindex when doing convolution of two signals (cosine function and impulse function) in MATLAB.
%create symbolic functions x, a, b, c, d, e, f_c with independent variable t syms x a h b c d e f_c t tau x(t) = cos(100*pi*t)...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Why do I receive 'Error using sym>tomupad' in Line 6 when plotting impulse signal with right time shifting?
%create symbolic functions x, a, b, c, d, e, f_c with independent variable t syms x(t) a(t) h(t) b(t) c(t) d(t) e(t) f_c(t) x(...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Rewrite the script without using continue and break statement.
I have written a code as below: a=5:-1:-2; i=1; while(1) if(a(i)<0) break; end b=a(i)*2; i=i+1; ...

約3年 前 | 2 件の回答 | 0

2

回答

質問


How to enable while 1 loop in matlab?
I am planning to make a BMI calculation in which this program will prompt the user to enter new inputs repetitively as long as b...

3年以上 前 | 1 件の回答 | 0

1

回答