File Exchange Pick of the Week

Our best user submissions

Posts 51 - 60 of 69

Results for: Video

MATLAB Basics video: UIGETFILE for selecting a file in a script, function or GUI 4

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to use UIGETFILE to make it easier to select a file from a script, function or… read more >>

MATLAB Basics video: Colormaps 1

This is one of a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to use built-in colormaps, edit them and apply them to your figures.

Other videos… read more >>

MATLAB Basics video: Interleaving data based on unique identifier

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to take data from different matrices and merge it into one bigger matrix based on… read more >>

MATLAB Basics video: Concatenating vectors

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to concatenate vectors or matrices, even if they are different lengths. This will… read more >>

MATLAB Basics video: Solving linear equations 4

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to convert two equations into matrix form and then solve them in MATLAB. This is… read more >>

MATLAB Basics video: Sorting matrices 11

This video covers how to sort a matrix, either sorting each column independently or sorting such that the original rows stay together. Most new users are able to find the SORT command without much… read more >>

MATLAB Basics video: Absolute and Logical indexing 5

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to use row and column notation to be able to pull a subset of data from a larger… read more >>

MATLAB Basics video: Row and Column indexing 10

This is one in a series of videos covering MATLAB basics. It is meant for the new MATLAB user.
This video covers how to use row and column notation to be able to pull a subset of data from a larger… read more >>

MATLAB Basics video: Storing data in a matrix from a loop 88

I was recently answering a question that came in from a MATLAB user on this blog. In the end, the question was really one where he was doing a calculation and storing the result in scalar Y. When he… read more >>

Dynamic GUIs with GUIDE 12

I recently got a question via e-mail from a reader of this blog. This MATLAB user wanted to know:
If you are thinking about another tutorial, can you show if it is possible to build a dynamic GUI,… read more >>

Posts 51 - 60 of 69