Tag

Matlab

Introduction to Matlab

By |

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.

Introduction to MATLAB

By |

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.

Regular Expressions II

By |

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 be found in a variety of programming languages and software like ArcGIS, Java, Javascript, Matlab, Perl, PHP, Python, R, Visual Basic, etc. and some text editors. This workshop is part II of a two-part series and will cover more advanced topics like captured groups, backreferences and assertions. The workshop will consist of hands-on example problems. Basic understanding of regular expressions is required. You should be able to understand expressions like “w{3,}-d{1,2}-d{4}“ and “des*ert?s?”. The tutorials will be conducted using Python. A basic programming background is helpful but not required for this workshop.