photo

Bluemin


Last seen: casi 3 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can i draw 95% CI plot? , is it good?
x = 0:1:3000; y = suscep_data_ave; y = y'; xconf = [x x(end:-1:1)] ; yconf = [y+0.195 y(end:...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can i draw Confidence interval graph for my data?...(i'm beginner)
I used this code ... x = 1:100; % Create Independent Variable y = randn(50,100); ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I draw 95% CI plot in my data?
I have 1 data(100x1 matrix). In Matlab, I want to draw 95% ci plot in my data so, I found good code like this x = 1:100; ...

más de 3 años hace | 1 respuesta | 1

1

respuesta