フィルターのクリア

Expected F to be an array with all of the values <= 1e+12.

5 ビュー (過去 30 日間)
Ilias Misailidis
Ilias Misailidis 2020 年 2 月 3 日
Hi
My Name is Elias and i am new in Matlab. I m trying to display a graph at 5THz band and i take the message "Expected F to be an array with all of the values <= 1e+12". My program is :
rf = 15.0;
freq = [1:1000]*1e9;
L = rainpl(20000,freq,rf);
loglog(freq/1e19,L)
grid
xlabel('Frequency (GHz)')
ylabel('Attenuation (dB)')

回答 (0 件)

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by