↧
Answer by Jesse for Using MATLAB area() to shade graph error in matlab2tikz
Is this what you have expected? after removing stack plots=y, it compiles. Since the code does not have mycolor1 defined. This solution use different color...
View ArticleUsing MATLAB area() to shade graph error in matlab2tikz
I generate a graph in MATLAB and want to shade regions. So I use the area() command and set it to display in the right order. MATLAB code for the graph:hold on x = 0:1:5;y = sin(x);plot(x,y);h(1) =...
View Article