learningMatlab

버전 1.0.0 (92.3 MB) 작성자: Denis
Introduction to Matlab Programming
다운로드 수: 28
업데이트 날짜: 2022/3/18

learningMatlab

View learningMatlab on File Exchange

What's this?

Materials and exercises from the Introduction to Matlab Programming course which forms part of our MSc Cognitive Neuroscience.

For viewing the materials use: https://schluppeck.github.io/learningMatlab/

For inspecting the code and details: https://github.com/schluppeck/learningMatlab

Preliminaries

  • ☑️ Create a (free) account at The Mathworks. Using your university e-mail address will allow you to use the university's academic license. As an added bonus, you'll be able to install Matlab on your own computer / laptop (MacOS, Windows, or Linux)

  • There is a self-directed Matlab onramp course that we will refer to during the course. This includes some short videos and interactive lessons, which we will use to flip the classroom.

  • ☑️ We'll ask you to complete this onramp course. The sections should't take too long complete and there are lots of hints to guide you through the material at your own pace.

screenshot of matlab onramp

Get me started on the material here!

  1. The first place to check out is the aToZ-intro. Run through these exercises on the lab machines (or on your own copy of Matlab).

  2. Find PDF materials in one place in the matlab primer [PDF]

  3. Lecture slides for sessions 1-4:

Who is it for? What are the aims?

The main aims is to help the students to get to grips with the basic ideas of computer programming and, more specifically, the use of Matlab. The course materials started out for a graduate course for psychologists and neuroscientists.

The exercises draw on material that students on our MSc courses encounter in other modules. It's therefore a great opportunity for hands-on revision of some important concepts such as

  • time series data
  • images in 2d and 3d
  • linear/non-linear regression

The syllabus is for a 10 week (10 x 2h) lab class, assuming very little computer experience (or maths) at the start.

Feel free to use the code. If you feel it's particularly helpful to you... I accept donations in the form of freshly roasted coffee beans.

The course has two chunks. (Schluppeck has been tinkering with the course more recently and we've also done a different project around stimulus presentation.

  1. an introduction to the basic ideas (variables, functions, control flow) - running over the first 4 weeks. Check out the material in the aToZ-intro folder and the associated readme file here.

  2. Timetable A. A project, building some basic utilities / functions for looking at neuroimaging data and performing linear regression (GLM), 6 weeks. Details on the imaging-related units is outlined in here.

Timetable A (around a looking at images, 3d data, ...)

Week Unit Topic
1 aToZ-intro What is Matlab, the environment, variables, indexing, ...
2 aToZ-intro Types of data: numeric, logical, text, etc.
3 aToZ-intro Indexing, looping, branching, functions, ...
4 aToZ-intro Understanding someone else's code
5a imaging-00 What are images? How to display them
6a imaging-01 Building / fixing up a simple image viewer
7a imaging-02 A function that constructs a simple design matrix
8a imaging-03 Hands-on linear regression (using a sample timecourse)
9a imaging-04 Doing regression stats, displaying

How to get these materials

Assuming you are on a Mac: open up a Terminal (double-click /Applications/Utilities/Terminal). Then do the following:

# if you don't already have one: create a ``matlab`` directory in your home space (``~``), then change directory to it:
cd ~
mkdir matlab
cd matlab
# get MGL (for the behavioral project)
git clone https://github.com/justingardner/mgl.git
# get these tutorials
git clone https://github.com/schluppeck/learningMatlab.git

You'll need to add both these subfolders to your path; then you should be good to go. A convenient way to do this is to run this or add this to your startup.m file:

addpath(genpath('~/matlab/'))

Grabbing updates

To make sure you have any updates to this material, open a Terminal, change directory to the learningMatlab folder and issue git pull. This will sync you the material on github. Alternatively, download the zip archive of the repository.

Notes

  • getting started with examples - a collection of beginner friendly examples in the Matlab documentation.

  • The sections should't take too long complete.

  • getting a certificate of your Matlab ONRAMP course progress / completion"

screenshot of matlab onramp

Colophon

  • In the 2015/2016 iteration of the course, I modified the hands-on project for building a simple behavioural task to use mgl (https://github.com/justingardner/mgl). Although this requires teaching a couple more details on how stimuli are being displayed by the OpenGL machinery and it's not pure Matlab, it's (a) more realistic and (b) makes displaying different kinds of stimuli, obtaining keyboard responses, etc. much more fun and doable.

  • In the 2017 iteration, students built a psychophysical experiment (slightly different task, but similar in spirit)

  • In 2018, the assignment for the course was complete and extend an analysis script for fMRI data by writing some helper functions. Students were also using publish() to explore documentation and mixing code with report writing.

<script data-name="BMC-Widget" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="schluppeck" data-description="Support me on Buy me a coffee!" data-message="Thank you for visiting. You can now buy me a coffee!" data-color="#ff813f" data-position="Right" data-x_margin="18" data-y_margin="18"></script>

Contact

https://twitter.com/schluppeck

인용 양식

Denis (2024). learningMatlab (https://github.com/schluppeck/learningMatlab/releases/tag/v1.0.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.