Skip to content

Commit 07940b7

Browse files
authored
Update Readme.md
1 parent 94c9aa5 commit 07940b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ run('test/test_main.m')
4242

4343
## Backend
4444

45-
All non-native Matlab code functions use several fallbacks if native Matlab code isn't capable of thr task.
46-
For example, [stdlib.filesystem_type](./+stdlib/filesystem_type.m) quickly determines if Java, .NET, or Python are available--if not, a system() call is a fallback to determine the filesystem type e.g. NTFS or ext4, etc.
45+
All non-native Matlab code functions use several fallbacks if native Matlab code isn't capable of the task.
46+
For example, [stdlib.filesystem_type](./+stdlib/filesystem_type.m) quickly determines if Java, .NET, or Python are available--if not, a system() call is a fallback to determine the filesystem type e.g. NTFS or ext4, etc.
47+
48+
We don't currently use Mex, but it's a possible option for rhe future.
4749

4850
Most Matlab-stdlib filesystem functions work without the
4951
[Java interface](./Readme_java.md).

0 commit comments

Comments
 (0)