From ea7dcdba3b83696b97cc431ee050b58f9a0f3507 Mon Sep 17 00:00:00 2001 From: avinashlalotra Date: Sat, 26 Apr 2025 20:09:12 +0530 Subject: formated source documentation pattern for generating docs --- macros/statelevels.sci | 5 ----- 1 file changed, 5 deletions(-) (limited to 'macros/statelevels.sci') 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 -- cgit