[Scilab-users] [ANN] Scipad-8.75

2015-10-05 Thread Francois Vogel

ANNOUNCE: Scipad version 8.75
=

A new version of the Scipad text editor for Scilab and Scicoslab is 
available.



CHANGES SINCE PREVIOUS VERSION
==

FIXED BUGS:

 * Fixed Tcl error that popped out when closing Scipad opened in 
Scicoslab

   whereas Scipad did not have the focus

 * Fixed preferences file write issues with non-initialized variables,
   which was leading to several issues at Scipad startup (window position
   and opened files restoration restoration missing)


WHAT IS SCIPAD ?


Scipad is a powerful editor and graphical debugger for programs 
written in Scilab language. It is a mature and highly configurable 
programmer's editor, including features like syntax colorization, 
regexp search/replace, parentheses matching, logical/physical line 
numbering, peer windows, line and block text editing, and much more. 
Scipad can be used along with Scicoslab or Scilab, but even as a 
standalone text editor. Used as internal Sci(cos)lab editor, it 
interacts tightly with the interpreter, allowing:


 - Scilab code execution control
 - conditional breakpointing
 - variable retrieval and tooltip display
 - Scilab help lookup
 - access to source code of Scilab library function
 - control of Scilab facilities for Matlab code and creation of
   help documents
 - and much more

Scipad also includes basic Modelica and XML syntax colorization; it is 
currently localized in 13 languages and further localizations can 
easily be added. Scipad is entirely written in Tcl/Tk and Scilab 
language. It has been tested and developed under various versions of 
Windows and Linux.



WHERE CAN SCIPAD BE FOUND?
==

Project page @ SourceForge.net: http://sourceforge.net/p/scipad/

Direct download:
  - for Scilab: 
http://sourceforge.net/projects/scipad/files/scipad-8.75/scipad-8.75-Scilab5.zip/download
  - for Scicoslab: 
http://sourceforge.net/projects/scipad/files/scipad-8.75/scipad-8.75-Scicoslab.zip/download


Installation instructions: 
http://sourceforge.net/p/scipad/wiki/Installation/


Details regarding the tested platforms: 
http://sourceforge.net/p/scipad/wiki/Tested%20on/



LICENSE
===

Scipad is a free software distributed under the terms of the GPL (V2) 
license.


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Help to understand XCOS

2015-10-05 Thread Clément David
Hello eddie,

See http://math2.org/math/integrals/more/restrig.htm

In fact you can move the starting point by changing the '1/s' initial
value (which is by default 0).

Regards,

--
Clément

Le samedi 03 octobre 2015 à 09:49 -0700, eddie Liberato a écrit :
> Hi,
> 
> Going straight to the point, I don't understand why Xcos mess with
> the
> amplitude when integrating the sine function. It shouldn't only go
> 90° out
> of phase?
> Someone can point where is my mistake ?
> thanks in advance. 
> 
>  
> 
> 
> 
> --
> View this message in context: 
> http://mailinglists.scilab.org/Help-to-understand-XCOS-tp4032956.html
> Sent from the Scilab users - Mailing Lists Archives mailing list
> archive at Nabble.com.
> ___
> users mailing list
> users@lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] How to produce a filled staircase plot

2015-10-05 Thread Antoine Monmayrant
Hi everyone,

I'm trying to do a filled staircase plot (ie a staircase where the area between 
the staircase and the x axis is filled with a solid color).
Is there a given combination of polyline_style and fill_mode, etc ... that can 
do this?
Or should I resort to building a polygon by hand?

Thanks in advance,

Antoine

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users