Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
12 lines (11 sloc) 245 Bytes
function lines=get_lines(obj)
% get the lines of an m-file
%
% lines=get_lines(obj)
%
% Input:
% obj MOcovMFile instance
%
% Output:
% lines Nx1 cell with strings, if the m-file has N lines
lines=obj.lines;