Using Octave: Difference between revisions

Jump to navigation Jump to search
32 bytes removed ,  28 October 2016
(Create a short beginners tutorial page from a publish document. First wiki markup.)
 
Line 9: Line 9:
= Variable Assignment =
= Variable Assignment =


Assign values to variables with <code>=</code> (Note: assignment is <i>pass-by-value</i>).
Assign values to variables with <code>=</code> (Note: assignment is ''pass-by-value'').
Read more
Read more [https://www.gnu.org/software/octave/doc/interpreter/Variables.html about variables].
<a href="https://www.gnu.org/software/octave/doc/interpreter/Variables.html">about variables</a>.</p><pre class="oct-code">a = 1;</pre><pre class="oct-code-output"></pre>


<syntaxhighlight lang="octave">a = 1;</syntaxhighlight>


= Comments =
= Comments =

Navigation menu