Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 717 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 717 Bytes

matlab-examples

This repository contains code examples maintained by GW Tech Collective for the MATLAB programming language.

Versions

Mileage may vary based on MATLAB versions, but most code examples here will be written in order to maintain compatibility with Ocatve for the benefit of students who are not willing to drop the cash for MatLab.

List of Examples

speed-test
A comparison of loops vs. vector operations in MatLab in order to demonstrate why syntax can massively impact performance

page-rank
An example demonstrating the basic Google Page-Rank algorithm. Shows how to solve basic systems of linear equations.