photo

M Carvalho


Unicamp

Active since 2015

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

1 Question
1 Answer

Cody

0 Problems
1 Solution

RANK
4,556
of 300,352

REPUTATION
11

CONTRIBUTIONS
1 Question
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
6

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
112,191
of 168,212

CONTRIBUTIONS
0 Problems
1 Solution

SCORE
20

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


Array GCD
* Find Greatest Common Divisor in a given array * Function Template: function ans = arraygcd(a) % a=[45 15 200 ...

10 years ago

Answered
Plotting multiple lines on errorbar
Just managed to do it. For anyone having the same issue: errorbar(label1, value1, sdevi1); hold on; errorbar(label2, val...

11 years ago | 5

| accepted

Question


Plotting multiple lines on errorbar
Hello, Given these two example series: label1 = [1 2 4 6]; value1 = [1 2 3 4]; sdevi1 = [1 1 2 1]; label2 =...

11 years ago | 1 answer | 1

1

answer