Skip to content

Commit

Permalink
Update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hendri54 committed Jan 11, 2016
1 parent 1f31f89 commit 3b77129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'

# Default language for syntax highlighting
highlight_language = 'matlab'

# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []

Expand Down
2 changes: 1 addition & 1 deletion matlab_datatypes.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Any vector can be used to index elements:

Then there is [logical indexing](http://blogs.mathworks.com/steve/2008/01/28/logical-indexing/).

```matlab
``` matlab
>> a = 11 : 20; idxV = (a > 15);
>> disp(idxV)
0 0 0 0 0 1 1 1 1 1
Expand Down

0 comments on commit 3b77129

Please sign in to comment.