updated README.md formatting

This commit is contained in:
hbristow 2013-08-28 17:58:08 +10:00
parent 2a0e357cd0
commit 569e8006e3

View File

@ -331,7 +331,6 @@ mat.isClass();
mat.className();
mat.real();
mat.imag();
etc…
```
The MxArray object uses scoped memory management. If you wish to pass an MxArray back to Matlab (as a lhs pointer), you need to explicitly release ownership of the array so that it is not destroyed when it leaves scope: