llowing is correct ?
Select one:
a. subplot(numCols,numRows)
b. subplot(numRows, numCols, plotNum)
c. subplot(numRows,numCols)
Answers
Answered by
0
b). subplot (numRows, numCols, plotNum)
Answered by
0
b) subplot ( numRows, numCols, plotNum ) - 3 arguments.
- Subplot is used to divide a figure into rows and columns specified and plot number specifies position of axes.
- It is used to create a grid.
- Basic syntax: subplot ( x, y, z )
- The function takes 3 arguments as input.
- Therefore, option 2 is correct as it takes 3 input values.
Similar questions