Plotting Confidence Band on plotted regression line.

Hi guys, I have stacked on my homework question step ; Step is d)On a new figure, plot scatter diagram fitted curve. Compute and plot 95% confidence band in blue color. Compute and plot 99.9% confidence band in red color. I am trying to add 95% (Blue) and 99.9%(Red) Confidence Bands to my plot which have regression line. Can anyone help me ? My data set consist of 20 y value that corresponds their x values and I generate regression line which refers these values.
I need your help immeadiately :/

Antworten (1)

Jonas
Jonas am 8 Jun. 2021
Bearbeitet: Jonas am 8 Jun. 2021

0 Stimmen

you should be able to solve your problem using polyfit and polyval function, this example of the polyval function should be pretty everything you may want to know

Gefragt:

am 8 Jun. 2021

Bearbeitet:

am 8 Jun. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by