Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
929bb25f01
commit
9ab15326d5
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ Please read [NumPy for MATLAB users](https://numpy.org/doc/stable/user/numpy-fo
|
|||
|
||||
## Mat files under Python
|
||||
|
||||
### MATLAB <= 7.2 format mat files
|
||||
### MATLAB < 7.3 format mat files
|
||||
|
||||
This is a job for [scipy.io](https://docs.scipy.org/doc/scipy/reference/io.html#module-scipy.io)
|
||||
|
||||
|
@ -92,3 +92,4 @@ ImportantMessage =
|
|||
|
||||
'Hellp world!'
|
||||
```
|
||||
### MATLAB == 7.3 format mat files
|
||||
|
|
Loading…
Reference in a new issue