Skip to content

Commit

Permalink
Language changes from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-wild committed Oct 29, 2024
1 parent 4add6a3 commit 443b40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion episodes/matlab-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exercises: 2
:::::::::::::::::::::::::::::::::::::: questions

- What do all the different parts of the MATLAB interface do?
- What features are important to know to get started in MATLAB?
- What features are important to get started in MATLAB?

::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down
2 changes: 1 addition & 1 deletion episodes/working-with-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ data(3,2) = NaN

### Transpose

One useful tool in manipulating matrices in MATLAB is the transpose. This will effectively pivot the matrix so each row becomes a column and each column becomes a row. This is done in MATLAB by adding an apostrophe `'` after a variable:
One useful tool in manipulating matrices (plural of matrix) in MATLAB is the transpose. This will effectively pivot the matrix so each row becomes a column and each column becomes a row. This is done in MATLAB by adding an apostrophe `'` after a variable:

``` MATLAB
% Transpose data and save it as data_t
Expand Down

0 comments on commit 443b40e

Please sign in to comment.