photo

Bluemin


Last seen: 4 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
34,781
of 300,343

REPUTATION
1

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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:...

4 years ago | 1 answer | 0

1

answer

Question


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); ...

4 years ago | 1 answer | 0

1

answer

Question


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; ...

4 years ago | 1 answer | 1

1

answer