File: initial_help_chapters.sci

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (27 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
function %helps=initial_help_chapters()
%helps =['/man/programming'	,'Scilab Programming';
	'/man/graphics'		,'Graphic Library';
	'/man/elementary'	,'Elementary Functions';
	'/man/fileio'	        ,'Input/Output Functions';
	'/man/functions'	,'Handling of functions and libraries'
	'/man/strings'          ,'Character string manipulations';
	'/man/gui'              ,'Dialogs'
	'/man/utilities'        ,'Utilities'
	'/man/linear'		,'Linear Algebra';
	'/man/polynomials'	,'Polynomial calculations';
	'/man/dcd'		,'Cumulative Distribution Functions; Inverses, grand';
	'/man/control'		,'General System and Control macros';
	'/man/robust'		,'Robust control toolbox';
	'/man/nonlinear'	,'Non-linear tools (optimization and simulation)';
	'/man/signal'		,'Signal Processing toolbox';
	'/man/arma'		,'Arma modelisation and simulation toolbox';
	'/man/metanet'		,'Metanet: graph and network toolbox';
	'/man/scicos'		,'Scicos: Bloc diagram editor and simulator';
	'/man/sound'		,'wav file handling';
	'/man/translation'	,'Language or data translations';
	'/man/pvm'		,'PVM parallel toolbox';
	'/man/comm'		,'GECI communication toolbox';
	'/man/tdcs'		,'TdCs';
	'/man/tksci'		,'TCL/Tk interface']

%helps=[ SCI+%helps(:,1),%helps(:,2)];