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/rectpuls.html | 93 ------------------------------ 1 file changed, 93 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/rectpuls.html (limited to 'help/en_US/scilab_en_US_help/rectpuls.html') diff --git a/help/en_US/scilab_en_US_help/rectpuls.html b/help/en_US/scilab_en_US_help/rectpuls.html deleted file mode 100644 index 11cbc75..0000000 --- a/help/en_US/scilab_en_US_help/rectpuls.html +++ /dev/null @@ -1,93 +0,0 @@ -
- -[y]=rectpuls(t) -[y]=rectpuls(t,w)
Real or complex valued vector or matrix
Real or complex valued vector or matrix
This is an Octave function -y = rectpuls(t) returns a continuous, aperiodic, unity-height rectangular pulse depending upon input t, centered about t=0 and having default width of 1. -y = rectpuls(t,w) generates a rectangle of width w.