“null” function: new syntax for the “rational“ basis authored by Sébastien Villemot's avatar Sébastien Villemot
......@@ -158,6 +158,7 @@ No new features, only bugfixes.
- New `tensorprod` function: Calculate tensor products between two arrays
- The `round` function has a new `TieBreaker` name-value argument to specify how to break ties.
- `null` and `orth` functions have a new option to specify tolerance to treat singular values below a threshold as zero
- The `null` function has a new syntax for returning the “rational” basis for the null space (`null(…, "rational")`, instead of `null(…, 'r')` in older MATLAB releases)
- The `norm` function can now calculate Frobenius norm on N-D arrays
- The `equilibrate` function now has an option with values of `"vector"` or `"matrix"` to specify whether the output arguments are returned as vectors or matrices
- The `rand`, `randi`, and `randn` functions now support complex input and a `RandStream` object for the `"like"` syntax
......
......