Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Krause
zipmask
Commits
b4f04499
Commit
b4f04499
authored
May 03, 2020
by
Michael Krause
🎉
Browse files
Fix plot links
parent
2afce331
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b4f04499
...
...
@@ -40,7 +40,7 @@ We cut out everything outside of the mask with `zipmask_pack()`:
s = zipmask_pack(m, mask);
plot_lattice3D(s.data, s.mask, 'compressed matrix/mesh');
```


And re-grow the small data with
`zipmask_unpack()`
:
...
...
@@ -49,7 +49,7 @@ And re-grow the small data with `zipmask_unpack()`:
[um, umask] = zipmask_unpack(s);
plot_lattice3D(um, umask, 'expanded matrix/mesh');
```


# Limitations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment