This seventh video in the GAUSS Basics series will show you how to use the if
, else
, elseif
and endif
keywords to create code with conditional statements.
The video will demonstrate several examples and show a few common errors you might run into.
Tagged in
branching, conditional statements, gauss basics, if statements, tutorials
In this sixth video in the GAUSS Basics series learn how to use the logical and relational operators in GAUSS. These operators include and, not, or, xor, less-than, less-than or equal, greater-than, greater-than or equal, equal.
Tagged in
gauss basics, logical indexing, logical operators, operators, relational operators
Learn how to create compact, elegant and fast code using the rules of element-by-element conformability in our fifth GAUSS Basics video. These rules:
- Apply to functions as well as matrices and vectors.
- Will help you avoid the need for loops in many cases.
Tagged in
gauss basics, matrices, operators
This blog in our GAUSS basics video series explains the differences between matrix operations and element-by-element operations in GAUSS.
Tagged in
gauss basics, operators
Learn how to work with matrices, the building block of the GAUSS programming language, in this third video in our GAUSS Basics series. Today we will explore how to:
- Create matrices.
- Find their size.
- Access specific elements with indexing.
- Grow matrices with matrix concatenation.
Tagged in
concatenation, gauss basics, indexing, matrices
This second video in our new GAUSS basics series shows you how to create and run a GAUSS program.
Tagged in
gauss basics, tutorial
This is the first video in our new GAUSS Basics series. This series is designed to teach you everything you need to know to be productive with GAUSS. This video covers interactive commands and is designed to be your first step in GAUSS!
Tagged in
gauss basics, gauss intro