"-" Solid line "--" Dashed line ":" Dotted line "-." Dash-dotted line MarkerDescriptionResulting Marker "o" Circle "+" Plus sign "*" Asterisk "." Point "x" Cross "_" Horizontal line "|" Vertical line "square" Square "diamond" Diamond "^" Upward-pointing trian...
If Y is a matrix, the plot contains one line for each column in Y. The x-coordinates range from 1 to the number of rows in Y. If Y contains complex numbers, MATLAB® plots the imaginary part of Y versus the real part of Y. If you specify both X and Y, the imaginary part is...
"-" Solid line "--" Dashed line ":" Dotted line "-." Dash-dotted line MarkerDescriptionResulting Marker "o" Circle "+" Plus sign "*" Asterisk "." Point "x" Cross "_" Horizontal line "|" Vertical line "square" Square "diamond" Diamond "^" Upward-pointing trian...
How to break a single horizontal line in the... Learn more about plot, legend, two-horizontal-lines
"-" Solid line "--" Dashed line ":" Dotted line "-." Dash-dotted line MarkerDescriptionResulting Marker "o" Circle "+" Plus sign "*" Asterisk "." Point "x" Cross "_" Horizontal line "|" Vertical line "square" Square "diamond" Diamond "^" Upward-pointing trian...
If the matrix is square, MATLAB plots one line for each column in the matrix. Alternatively, specify X and Y as matrices of equal size. In this case, MATLAB plots each column of Y against the corresponding column of X. For example: plot([1 2 3; 4 5 6],[7 8 9; 10 11 12])...
This MATLAB function plots a line in polar coordinates, with theta indicating the angle in radians and rho indicating the radius value for each point.
"-" Solid line "--" Dashed line ":" Dotted line "-." Dash-dotted line MarkerDescriptionResulting Marker "o" Circle "+" Plus sign "*" Asterisk "." Point "x" Cross "_" Horizontal line "|" Vertical line "square" Square "diamond" Diamond "^" Upward-pointing trian...
If the matrix is square, MATLAB plots one line for each column in the matrix. Alternatively, specify X and Y as matrices of equal size. In this case, MATLAB plots each column of Y against the corresponding column of X. For example: plot([1 2 3; 4 5 6],[7 8 9; 10 11 12])...
LineStyle— Line style "-" (default) | "--" | ":" | "-." | "none" LineWidth— Width of bar outlines 0.5 (default) | positive value Output Arguments expand all h— Histogram object Properties Histogram Properties Histogram appearance and behaviorObject...