Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
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; |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.