フィルターのクリア

how to make a plot smooth

2 ビュー (過去 30 日間)
Mayank Lakhani
Mayank Lakhani 2015 年 8 月 11 日
コメント済み: Star Strider 2015 年 8 月 12 日
How to smooth a plot?
len1 = [25, 250, 500, 750, 1000];
for k1 = 1:length(len1)
standard_deviation1(k1) = std(resdphs(1:5000, len1(k1)));
end
f10 = [110, 100, 90, 80, 70];
figure(3),plot(f10, standard_deviation1);xlabel('frequency'); ylabel('standarddev');
grid
  2 件のコメント
Adam
Adam 2015 年 8 月 11 日
Your plot seems to bear no relation to the code that comes with it.
Mayank Lakhani
Mayank Lakhani 2015 年 8 月 11 日
Hey, Adam sorry for my mistake.

サインインしてコメントする。

採用された回答

Star Strider
Star Strider 2015 年 8 月 11 日
I’m not certain what you want to do, but you might consider experimenting with polyfit and its friends.
  4 件のコメント
Mayank Lakhani
Mayank Lakhani 2015 年 8 月 12 日
Hey Star Strider, thanks it is working :)
Star Strider
Star Strider 2015 年 8 月 12 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Curve Fitting Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by