1
کامپیوتر و شبکه::
دستور subplot
The subplot(row,coloumn,index) command is used to plot multiple plots on the same figure, but in separate views. subplot(2,2,4) means that the plot will be on the second row, the second column, and the fourth index.
8 subplot(2,2,1), plot(x,y1)
9 subplot(2,2,2), plot(x,y2)
10 subplot(2,2,3), plot(x,y3)
11 subplot(2,2,4), plot(x,y4)
واژگان شبکه مترجمین ایران