powered by
Cutting the bottom few rows of a matrix B so that B has the same number of rows as matrix A
Mcut(A, B)
A matrix with n rows and l columns
A matrix with k rows and l columns, with k no less than n
Mcut(matrix(1:4,nrow=2), matrix(1:6,nrow=3))
Run the code above in your browser using DataLab