Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-04 14:37:59 +01:00 committed by GitHub
parent 929bb25f01
commit 9ab15326d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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