projektAI/venv/Lib/site-packages/scipy/io/matlab/tests/save_matfile.m

6 lines
200 B
Mathematica
Raw Normal View History

2021-06-06 22:13:05 +02:00
function save_matfile(test_name, v)
% saves variable passed in m with filename from prefix
global FILEPREFIX FILESUFFIX
eval([test_name ' = v;']);
save([FILEPREFIX test_name FILESUFFIX], test_name)