Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
12 lines (11 sloc) 224 Bytes
function fn=get_filename(obj)
% get the filename of an m-file
%
% fn=get_filename(obj)
%
% Input:
% obj MOcovMFile instance
%
% Output:
% fn string with the filename
fn=obj.filename;