ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Functions | |
function | logrange (in start, in stop, in sizemax) |
Return a set of maximum sizemax unique integer spacings almost linearly spaced in the natural logarithmic scale between the specified start and stop of the output range. More... | |
function logrange | ( | in | start, |
in | stop, | ||
in | sizemax | ||
) |
Return a set of maximum sizemax
unique integer spacings almost linearly spaced in the natural logarithmic scale between the specified start
and stop
of the output range.
[in] | start | : The input scalar MATLAB whole-number (integer) representing the starting point of the output range. |
[in] | stop | : The input scalar MATLAB whole-number (integer) representing the stopping point of the output range. |
[in] | sizemax | : The input scalar MATLAB whole-number (integer) representing the maximum size of the output range. Due to rounding operation involved in creating the output range, it is impossible to prespecify the output range size, only the maximum. (optional, default = 100 ) |
array
: The output vector of MATLAB real values containing the set of naturally logarithmically-spaced integer values in the specified input range.
Possible calling interfaces ⛓
Example usage ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.