We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fbfe3 commit 9dcee2aCopy full SHA for 9dcee2a
Readme.md
@@ -56,3 +56,23 @@ The NetCDF4 functions also work with GNU Octave when octave-netcdf is installed.
56
```matlab
57
ncvariables(filename)
58
```
59
+
60
+## General utilities
61
62
+* check if a file exists, and is a file (not a folder). Works with very old Matlab and Octave using fallback.
63
64
+ ```matlab
65
+ is_file(filename)
66
+ ```
67
68
+* Check if running on GNU Octave
69
70
71
+ isoctave()
72
73
74
+* expand a leading tilde to the current user home directory
75
76
77
+ expanduser(path)
78
0 commit comments