From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- help/en_US/scilab_en_US_help/primitive.html | 93 ----------------------------- 1 file changed, 93 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/primitive.html (limited to 'help/en_US/scilab_en_US_help/primitive.html') diff --git a/help/en_US/scilab_en_US_help/primitive.html b/help/en_US/scilab_en_US_help/primitive.html deleted file mode 100644 index e5e157b..0000000 --- a/help/en_US/scilab_en_US_help/primitive.html +++ /dev/null @@ -1,93 +0,0 @@ - - - primitive - - - -
- - - - -
- << pow2db - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - prony >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > primitive -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > primitive ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

primitive

-

This function calculates the primitive of a given function supplied as input.

- - -

Calling Sequence

-
y = primitive(f, t)
-y = primitive(f, t, x)
- -

Parameters

-
f: -

-
t: -

- -

Description

-

This is an Octave function. -This function calculates the primitive of a given function supplied as input. -The second parameter t is a vector at which the output is evaluated (at the points t). This vector should be ascending and ordered. -The function approximates the primitive (indefinite integral) of the univariate function handle f with constant of integration x.

- -

Examples

-
primitive([1,4,5],3,9)
-ans  =
-9.
-
- -
- - - - - - -
Report an issue
- << pow2db - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - prony >> - -
-
-
- - -- cgit