Resources > Matlab > Notes & Examples
For links below to PDF files, hit the browser “back” button to return here.
Concepts
- A quick history of computing
- Intro to computing
- Important ideas
- Comments on basic elements of computing & blackboard
- Input > Process > Output overview & blackboard
- DNA data – data storage in your body’s cells
- Good programming practices
- Wally the (bad) programmer (well structured and commented code is preferred)
- Divide by zero and…
- Neural Networks in Artificial Intelligence
Matlab how-to
- Window management & setting the current folder & search path
- How to write and then Publish your completed assignment
- Use the function p_input.m when Publishing & setting Search Path to use it
- How to upload your published assignment
- Change three Windows OS settings to make life easier for you
Examples
- Examples of formatted print, plotting, user-defined functions, save to disk
- Array vs. Matrix operations – chemical engineering examples
- User-defined functions – why use them? – examples
- Digital filter – signal filtering
- GPS, Global Positioning System, with Matlab – for source files see my GitHub project
- Technical memo on Matlab engine model – Matlab code
- Also see Matlab examples in the notes files at the Resources > CRE Notes page and Resources > Control Notes page.