photo

Byron Lapo Calderón


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
9,673
of 301,748

REPUTATION
4

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 21,405

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,353

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
I need to add a different color for each group of bar in a bar graph with two y axis
I got it % study pH pH=xlsread('data_matlab.xlsx','pH','B3:B6');%getting x data qe = xlsread('data_matlab.xlsx','pH','C3:E5...

7 years ago | 2

Question


I need to add a different color for each group of bar in a bar graph with two y axis
I did this: % study pH pH=xlsread('data_matlab.xlsx','pH','B3:B6')';%getting x data qe = xlsread('data_matlab.xlsx','pH','C3:...

7 years ago | 1 answer | 0

1

answer

Question


I need to reverse the X axis in a stacked plot graph. How can I do that?
I ploted a X,Y stacked graphic stackedplot(X,Y)

7 years ago | 1 answer | 0

1

answer