Skip to content

Commit

Permalink
Additional format updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq authored Jul 12, 2019
1 parent b3df542 commit 53485d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ following command:
addpath('/path/to/zmat');
For Octave, one needs to copy the zipmat.mat file inside the "octave",
from the subfolder matching the OS into the "private" subfolder.
For Octave, one needs to copy the zipmat.mat file inside the "``octave``",
from the subfolder matching the OS into the "``private``" subfolder.

If you want to add this path permanently, you need to type "pathtool",
browse to the zmat root folder and add to the list, then click "Save".
Then, run "rehash" in MATLAB, and type "which zmat", if you see an
Then, run "``rehash``" in MATLAB, and type "``which zmat``", if you see an
output, that means ZMax is installed for MATLAB/Octave.

If you use MATLAB in a shared environment such as a Linux server, the
Expand All @@ -80,15 +80,15 @@ best way to add path is to type
mkdir ~/matlab/
nano ~/matlab/startup.m
and type addpath('/path/to/zmax') in this file, save and quit the editor.
and type ``addpath('/path/to/zmax')`` in this file, save and quit the editor.
MATLAB will execute this file every time it starts. For Octave, the file
you need to edit is ~/.octaverc , where "~" is your home directory.
you need to edit is ``~/.octaverc`` , where "``~``" is your home directory.

================
Using ZMat
================

ZMat provides a single mex function, zipmat.mex* -- for both compressing/encoding
ZMat provides a single mex function, ``zipmat.mex*`` -- for both compressing/encoding
or decompresing/decoding data streams. The help info of the function is shown
below

Expand Down

0 comments on commit 53485d9

Please sign in to comment.