フィルターのクリア

How can I plot average and then the error bar with standard deviation?

12 ビュー (過去 30 日間)
Pul
Pul 2021 年 4 月 27 日
編集済み: Pul 2021 年 5 月 5 日
Hi everyone, I should plot the average (Var 8) with standard deviation (Var7) as error bar.
plot(example_daily.Time(:,1),[example_daily.Var5(:,1), B, example_sd.Var7(:,1)]);
Can anyone help me kindly?
Thank you.

回答 (1 件)

the cyclist
the cyclist 2021 年 4 月 27 日
You can use the errorbar function.
  5 件のコメント
Pul
Pul 2021 年 4 月 28 日
I'm sorry, I'm pretty new on the forum and matlab too, so I can't understand very well what you mean.
I attached my example in the question, so I thought it was okay...
I should plot a vertical error barr with standard deviation.
Thank you.
the cyclist
the cyclist 2021 年 4 月 28 日
  1. Can you upload giulia_TT.mat ?
  2. Can you upload giulia_sd.mat ?
  3. What is the output of the command which errorbar -all ?

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

カテゴリ

Help Center および File ExchangeErrorbars についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by