Computer Science, asked by maahi007, 1 year ago

what is "stem" used in Matlab program

Answers

Answered by AnnSandra
2
A circle (the default) or other marker whose y-position represents the data value terminates each stem. stem(Y) plots the data sequence Y as stems that extend from equally spaced and automatically generated values along the x-axis. When Y is a matrix, stem plots all elements in a row against the same x value.
Answered by sauravmandal201
1
stem plots the data sequence Y as stems that extend from equally spaced and automatically generated values along X-axis.when Y is a matrix, stem plts all the elements in a row against the same X value.

Similar questions