plot(data(:,5), data(:,14), 'Color', color, 'linewidth', 2); hold off grid on xlim([0 0.1]) xlabel('X'); ylabel('Y'); title('x = 105mm') subplot(4,3,2) plot(data(:,3), data(:,4), 'ks', 'MarkerSize',6); hold on plot(data(:,89)...
Open in MATLAB Online Hello, I would like to increase the length (not linewidth) of the line inside the legend. Does anyone has an idea? Thanks you. t = [0:0.1:2*pi] a = sin(t); b = cos(t); plot(t,a,t,b,'linewidth',3) ...
plot(data(:,5), data(:,14), 'Color', color, 'linewidth', 2); hold off grid on xlim([0 0.1]) xlabel('X'); ylabel('Y'); title('x = 105mm') subplot(4,3,2) plot(data(:,3), data(:,4), 'ks', 'MarkerSize',6); hold on plot(data(:,89)...
MatlabLineIntersection File Exchange Youden's plot File Exchange Categories MATLAB Graphics 2-D and 3-D Plots Surfaces, Volumes, and Polygons Surface and Mesh Plots Find more on Surface and Mesh Plots in Help Center and File Exchange Tags plotting linewidth graphics P...
After running the code, in the figure window having the subplots, there is an arrow for edit plot as shown in the attached figure. After selecting the arrow you can change the size of the plots by selecting and dragging the boundaries of subplots manually, as ...