photo

Maria Fe


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
200,286
of 301,219

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,193

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,467

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

View badges

Feeds

View by

Question


How to plot a bar graph with two y-axes like in the image?
I need help to plot a bar graph like the one in the attached file, with two y-axes. I tried the following y1 = [50 100; 25 4...

8 years ago | 1 answer | 0

1

answer

Question


How to automatically create new variables from existing column vector?
I'm new to MATLAB and need a little help. I have daily precipitation data for 5 years on excel. I need to create 5 new variable...

8 years ago | 2 answers | 0

2

answers

Question


How can I get the maximum value between continuous non-zero numbers for the following vector A?
A=[0 0 0 0 5 2 0 2 2 3 0 4 2] Expected output = [5 3 4] Thanks

9 years ago | 1 answer | 0

1

answer