function n = ram_free() try vm = py.psutil.virtual_memory(); n = vm.available; catch n = []; end n = uint64(n); end
Published with MATLAB® R2025a