File: sec_freemat.html

package info (click to toggle)
freemat 4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 174,756 kB
  • ctags: 67,023
  • sloc: cpp: 351,059; ansic: 255,892; sh: 40,590; makefile: 4,387; perl: 4,058; asm: 3,313; pascal: 2,718; fortran: 1,722; ada: 1,681; ml: 1,360; cs: 879; csh: 795; python: 430; sed: 162; lisp: 160; awk: 5
file content (99 lines) | stat: -rw-r--r-- 3,790 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<HTML>
<HEAD>
<TITLE>FreeMat Functions</TITLE>
</HEAD>
<BODY>
<H2>FreeMat Functions</H2>
<P>
<A HREF=index.html> Main Index </A>
<P>
<UL>
<LI> <A HREF=freemat_pcode.html> pcode </A> PCODE Convert a Script or Function to P-Code
 </LI>
<LI> <A HREF=freemat_jitcontrol.html> jitcontrol </A> JITCONTROL Control the Just In Time Compiler
 </LI>
<LI> <A HREF=freemat_errorcount.html> errorcount </A> ERRORCOUNT Retrieve the Error Counter for the Interpreter
 </LI>
<LI> <A HREF=freemat_eval.html> eval </A> EVAL Evaluate a String
 </LI>
<LI> <A HREF=freemat_evalin.html> evalin </A> EVALIN Evaluate a String in Workspace
 </LI>
<LI> <A HREF=freemat_assignin.html> assignin </A> ASSIGNIN Assign Variable in Workspace
 </LI>
<LI> <A HREF=freemat_feval.html> feval </A> FEVAL Evaluate a Function
 </LI>
<LI> <A HREF=freemat_help.html> help </A> HELP Help
 </LI>
<LI> <A HREF=freemat_helpwin.html> helpwin </A> HELPWIN Online Help Window
 </LI>
<LI> <A HREF=freemat_mfilename.html> mfilename </A> MFILENAME Name of Current Function
 </LI>
<LI> <A HREF=freemat_computer.html> computer </A> COMPUTER Computer System FreeMat is Running On
 </LI>
<LI> <A HREF=freemat_simkeys.html> simkeys </A> SIMKEYS Simulate Keypresses from the User
 </LI>
<LI> <A HREF=freemat_diary.html> diary </A> DIARY Create a Log File of Console
 </LI>
<LI> <A HREF=freemat_quiet.html> quiet </A> QUIET Control the Verbosity of the Interpreter
 </LI>
<LI> <A HREF=freemat_source.html> source </A> SOURCE Execute an Arbitrary File
 </LI>
<LI> <A HREF=freemat_type.html> type </A> TYPE Type
 </LI>
<LI> <A HREF=freemat_builtin.html> builtin </A> BUILTIN Evaulate Builtin Function
 </LI>
<LI> <A HREF=freemat_startup.html> startup </A> STARTUP Startup Script
 </LI>
<LI> <A HREF=freemat_docli.html> docli </A> DOCLI Start a Command Line Interface
 </LI>
<LI> <A HREF=freemat_pathtool.html> pathtool </A> PATHTOOL Open Path Setting Tool
 </LI>
<LI> <A HREF=freemat_tic.html> tic </A> TIC Start Stopwatch Timer
 </LI>
<LI> <A HREF=freemat_clock.html> clock </A> CLOCK Get Current Time
 </LI>
<LI> <A HREF=freemat_clocktotime.html> clocktotime </A> CLOCKTOTIME Convert Clock Vector to Epoch Time
 </LI>
<LI> <A HREF=freemat_toc.html> toc </A> TOC Stop Stopwatch Timer
 </LI>
<LI> <A HREF=freemat_version.html> version </A> VERSION The Current Version Number
 </LI>
<LI> <A HREF=freemat_verstring.html> verstring </A> VERSTRING The Current Version String
 </LI>
<LI> <A HREF=freemat_quit.html> quit </A> QUIT Quit Program
 </LI>
<LI> <A HREF=freemat_blaslib.html> blaslib </A> BLASLIB Select BLAS library
 </LI>
<LI> <A HREF=freemat_editor.html> editor </A> EDITOR Open Editor Window
 </LI>
<LI> <A HREF=freemat_edit.html> edit </A> EDIT Open Editor Window
 </LI>
<LI> <A HREF=freemat_sleep.html> sleep </A> SLEEP Sleep For Specified Number of Seconds
 </LI>
<LI> <A HREF=freemat_clc.html> clc </A> CLC Clear Dislplay
 </LI>
<LI> <A HREF=freemat_profiler.html> profiler </A> PROFILER Control Profiling
 </LI>
<LI> <A HREF=freemat_rootpath.html> rootpath </A> ROOTPATH Set FreeMat Root Path
 </LI>
<LI> <A HREF=freemat_etime.html> etime </A> ETIME Elapsed Time Function
 </LI>
<LI> <A HREF=freemat_addpath.html> addpath </A> ADDPATH Add 
 </LI>
<LI> <A HREF=freemat_exit.html> exit </A> EXIT Exit Program
 </LI>
<LI> <A HREF=freemat_filesep.html> filesep </A> FILESEP Directory Separation Character
 </LI>
<LI> <A HREF=freemat_path.html> path </A> PATH Get or Set FreeMat Path
 </LI>
<LI> <A HREF=freemat_pathsep.html> pathsep </A> PATHSEP Path Directories Separation Character
 </LI>
<LI> <A HREF=freemat_rehash.html> rehash </A> REHASH Rehash Directory Caches
 </LI>
<LI> <A HREF=freemat_rescan.html> rescan </A> RESCAN Rescan M Files for Changes
 </LI>
</UL>
</BODY>
</HTML>