Hi MATLAB community,
I am trying create a bar graph, but show the follows error message:
X = table2array(valoresextremos);
x = X(:,1); 27 lines
y = X(:,2); 27 lines
bar(x,y)
Error using bar (line 191)
XData values must be unique.
Error in valores_extremos_grafico (line 4)
bar(x,y)
Could help me ?
Thank
Guilherme
0 Comments
Sign in to comment.