%PDF- %PDF-
Direktori : /usr/lib/python3/dist-packages/scipy/io/matlab/tests/ |
Current File : //usr/lib/python3/dist-packages/scipy/io/matlab/tests/save_matfile.m |
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)