Mentions légales du service

Skip to content
Snippets Groups Projects
Commit eedd7db2 authored by DIB Elian's avatar DIB Elian
Browse files

Added function to get handle to mat file

parent a33f36b8
No related branches found
No related tags found
No related merge requests found
function m = get_mat(folder,name,isWritable)
%GET_MAT Summary of this function goes here
% Detailed explanation goes here
namemat = fullfile(folder,[name,'.mat']);
m = matfile(namemat,'Writable',isWritable);
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment