Feeds
提问
How can I save the data from my function as a new .mat file?
This is my code snippet: [filepath, name, ext] = fileparts(filename); newFilename = fullfile(filepath, name , '_RT.mat'); dis...
2 years 前 | 1 个回答 | 0
1
个回答提问
How can I load my .mat files from a folder into a function?
This is my code and it calls "my_function", first file from the folder runs through the code successfully and then, error shows ...
2 years 前 | 1 个回答 | 0
