File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 88% fsize: vector of variable size per dimension. Empty if scalar variable.
99
1010function fsize = ncsize(file , variable )
11- arguments
12- file
13- variable
14- end
1511
1612dsi = ncinfo(file , variable );
1713if isempty(dsi .Dimensions )
Original file line number Diff line number Diff line change 1010
1111raw = struct(" matlab_release" , r , ...
1212" matlab_arch" , computer(' arch' ), ...
13- " cpu_arch" , stdlib .cpu_arch(), ...
1413" hdf5" , stdlib .h5get_version(), ...
1514" netcdf" , stdlib .nc_get_version());
1615
Original file line number Diff line number Diff line change 1313% HPC with "module load python3..."
1414
1515function v = python_version(force_old )
16- arguments
17- force_old ( 1 , 1 ) logical = false
16+ if nargin < 1
17+ force_old = false ;
1818end
1919
2020persistent stdlib_py_version
You can’t perform that action at this time.
0 commit comments