Concept Flow - Apply functions on matrices
Start with Matrix
Choose function to apply
Select margin: rows or columns
Apply function to each row/column
Return result vector or matrix
We start with a matrix, pick a function, decide to apply it by rows or columns, then get the result.