CBE 255 - Matlab and Python Tutorial Videos
CBE 255 - Matlab and Python Tutorial Videos
This is a collection of videos intended for new users of both Matlab and Python, specifically for the use in CBE 255.
…Read more
Less…
-
This video will discuss functions in Python. We’ll introduce lambda functions, the def keyword for defining subfunctions, and return statements.
Python_functions
-
This video will discuss functions in Matlab. We’ll introduce anonymous functions with the at symbol, the command function, another use of the command end, and the…
Matlab_functions
-
This video will discuss functions, or user-created code that accepts an input, or multiple inputs, and can have an output, or multiple outputs.
Functions
-
This video will introduce while loops. These are a combination of for loops, which repeat a set of commands, and if statements, which execute a set of commands if a…
While
-
This video will discuss for loops in Python. We’ll discuss the commands for, range, append, break, and continue.
Python_For
-
This video will discuss for loops in Matlab. We’ll discuss the command for, end, break, and continue.
Matlab_For
-
This video will introduce for loops, which are a fundamental way to repeat commands in programming. We’ll also explore nested for loops, which let us repeat…
For
-
This video will discuss if statements in Python. We will introduce the keywords if, elif, and else, and the random package. We’ll also talk about indentation,…
Python_if
-
This video will discuss if statements in Matlab. We will introduce the commands if, elseif, if and end, randi, and disp We’ll also introduce the auto indentation…
Matlab_If
-
This video will introduce if statements, a bedrock of programming. We will also be explicit about the concept of pseudocode, which is writing out what you want the code…
Ifs
-
This video will discuss logic in Python. In addition to the relational and logical operators, some specific commands, including array_equal, any, and all, will be…
Python_logic
-
This video will discuss logic in Matlab. Some new commands, including isequal, any, and all, will be introduced.
Matlab_logic
-
This video will introduce programming logic. We will introduce relational and logical operators and the special variables true and false. These operators are a…
Logic
-
In this video, we’re going to walk through basic arithmetic and array operations in Python using NumPy. Conceptually, everything we do here is very similar to…
Python arithmetic
-
In this video, we’re going to do a lot of basic arithmetic and matrix math in Matlab. Not all commands are listed here, but a few non-obvious ones are log, inverse…
Matlab arithmetic
Search for ""