統計
MATLAB Answers
4 質問
0 回答
ランク
of 170,923
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I try to get -90 degree for the phase angle, but when using -tan(bn/an) formula I should get the answer 0 since my bn is 0... However, the answer i should get when using complex number graph the answer should be -90 degree.. How can I fix this plot?
prompt = 'Enter the value of A = '; A = input(prompt); prompt = 'Enter the value of n = '; i = input(prompt); ...
9年以上 前 | 0 件の回答 | 0
0
回答質問
Phase angle suppose to be -90 degree as calculated (bn(imaginary)=0 and an(real)=a number) in complex number instead the graph plotted is always 0. Help to fix the code please
prompt = 'Enter the value of A = '; A = input(prompt); prompt = 'Enter the value of n = '; i = input(prompt); n = [1:2...
9年以上 前 | 0 件の回答 | 0
0
回答質問
how can i got plot the phase spectrum to my fourire series?
here the coding of mine but i do not know how to plot the phase spectrum t = linspace(-2,2,10000); % time f = 0*t; ...
9年以上 前 | 0 件の回答 | 0
0
回答質問
can i know the way to code the square wave in Matlab?
<</matlabcentral/answers/uploaded_files/52750/13250430_1616819665303424_306175951_n.jpg>> can i know the way to code the squa...
9年以上 前 | 1 件の回答 | 0
