- 
                Notifications
    You must be signed in to change notification settings 
- Fork 20
Open
Description
Dear Albert,
I enjoyed your presentation in MatlabExpo2022 quite a bit.
Using Win10 & R2022a and comparing memory values obtaind by Python and Matlab by
%% All executed in Matlab
% Matlab
sysMem = memory
% Python
ps = py.importlib.import_module('psutil');
mem = ps.virtual_memory()
can you please explain the differences between Python's double(mem.available) and Matlabs sysMem.MemAvailableAllArrays?
PS: sorry, I was not able to put the first block of code into a single block and using "newline"
Metadata
Metadata
Assignees
Labels
No labels