summaryrefslogtreecommitdiff
path: root/macros/statelevels.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/statelevels.sci')
-rw-r--r--macros/statelevels.sci5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/statelevels.sci b/macros/statelevels.sci
index d21a4f8..a5bf311 100644
--- a/macros/statelevels.sci
+++ b/macros/statelevels.sci
@@ -1,5 +1,4 @@
function [levels, histogram, bins] = statelevels (x, varargin) // defining function
-
// This function estimate statelevels of real vector X via histogram.
// Calling Sequence
// levels=statelevels(x, nbins, method, bounds)
@@ -25,10 +24,6 @@ function [levels, histogram, bins] = statelevels (x, varargin) // defining funct
// Authors
// Jitendra Singh
-
-
-
-
if or(type(x)==10) then
error ('Input arguments must be double.')
end