You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref = "engEvalString.html" class="refentry">engEvalString</a> — <spanclass = "refentry-description">Evaluate expression in string in base scope</span></li>
46
46
<li><ahref = "engGetVariable.html" class="refentry">engGetVariable</a> — <spanclass = "refentry-description">Copy variable from Nelson engine workspace</span></li>
47
+
<li><ahref = "engGetVisible.html" class="refentry">engGetVisible</a> — <spanclass = "refentry-description">Determine visibility of Nelson engine session</span></li>
47
48
<li><ahref = "engOpen.html" class="refentry">engOpen</a> — <spanclass = "refentry-description">Start Nelson process</span></li>
48
49
<li><ahref = "engOpenSingleUse.html" class="refentry">engOpenSingleUse</a> — <spanclass = "refentry-description">Start Nelson engine session for single and nonshared use.</span></li>
50
+
<li><ahref = "engOutputBuffer.html" class="refentry">engOutputBuffer</a> — <spanclass = "refentry-description">Specify char buffer for Nelson output</span></li>
49
51
<li><ahref = "engPutVariable.html" class="refentry">engPutVariable</a> — <spanclass = "refentry-description">Put variable into Nelson engine workspace</span></li>
52
+
<li><ahref = "engSetVisible.html" class="refentry">engSetVisible</a> — <spanclass = "refentry-description">Show or hide Nelson engine session</span></li>
<li><ahref = "mexAtExit.html" class="refentry">mexAtExit</a> — <spanclass = "refentry-description">Register a function to be called when the MEX-file is cleared or when Nelson exits</span></li>
52
55
<li><ahref = "mexCallMATLAB.html" class="refentry">mexCallMATLAB</a> — <spanclass = "refentry-description">Call a NELSON function</span></li>
@@ -57,7 +60,7 @@ <h3>MEX C API is allow to access Nelson, GNU Octave and commercial software func
57
60
<tablewidth = "100%"><tr>
58
61
59
62
<tdwidth="30%" class="previous">
60
-
<spanclass="top"><ahref="index.html"><< Nelson 0.4.9.0</a></span>
63
+
<spanclass="top"><ahref="index.html"><< Nelson 0.4.11.0</a></span>
Copy file name to clipboardExpand all lines: help/en_US/chapter_core.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
<tablewidth = "100%"><tr>
20
20
21
21
<tdwidth="30%" class="previous">
22
-
<spanclass="top"><ahref="index.html"><< Nelson 0.4.9.0</a></span>
22
+
<spanclass="top"><ahref="index.html"><< Nelson 0.4.11.0</a></span>
23
23
</td>
24
24
25
25
<tdwidth="40%" class="center">
@@ -60,14 +60,15 @@ <h3>core functions</h3>
60
60
<li><ahref = "prefdir.html" class="refentry">prefdir</a> — <spanclass = "refentry-description">Return the preferences directory used by Nelson.</span></li>
61
61
<li><ahref = "quit.html" class="refentry">quit</a> — <spanclass = "refentry-description">Terminate Nelson application</span></li>
0 commit comments