From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/zp2tf.html | 93 --------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/zp2tf.html (limited to 'help/en_US/scilab_en_US_help/zp2tf.html') diff --git a/help/en_US/scilab_en_US_help/zp2tf.html b/help/en_US/scilab_en_US_help/zp2tf.html deleted file mode 100644 index cd1078a..0000000 --- a/help/en_US/scilab_en_US_help/zp2tf.html +++ /dev/null @@ -1,93 +0,0 @@ -
- -Converts zeros / poles to a transfer function.
[num, den] = zp2tf (z, p, k) -num = zp2tf (z, p, k)
Zeros
Poles
Leading coefficient
Numerator of the transfer function
Denomenator of the transfer function
This is an Octave function. -It converts zeros / poles to a transfer function.