Events

Regular Expressions II

Modern Languages Building (MLB), Room 2001B

Regular expressions are perfectly suited for people who like puzzles. Regular expressions are a sequence of characters used to define a search pattern. They are commonly used to do “find” and “find and replace” string operations. They are also used to validate strings like phone numbers, passwords, etc. in data entry. Regular expression capabilities can […]

Introduction to MATLAB

Modern Languages Building (MLB), Room 2001B

This workshop introduces participants to MATLAB. Topics include indexing and slicing of vectors and matrices, creation of script M-files and functions, control flow operators and basic 2D and 3D visualization. The workshop is targeted to participants with little to no knowledge of MATLAB and/or participants that would like to review basic MATLAB concepts.

Introduction to Matlab

This workshop will introduce you to Matlab. We will look at general coding syntax, matrix operations, writing functions, symbolic capabilities, etc. Computers will be available to complete exercises.