Non-zero minimum
Helper function to calculate the smallest value of the vector except for 0 (non-zero minimum).
minnz(V)
V |
A vector |
This is a helper function to calculate the non-zero minimum of a vector. The result is the smallest value of the vector, but cannot be zero.
The function returns the non-zero minimum
Didier Ruedin
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.