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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
line 190
info.header = header;
because header is a matlab native function it doesn't anymore.
I replaced the function getHeader with
function info = getHeader(hdr)
header='';
eval(char(hdr'));
info.header = header;
end
The text was updated successfully, but these errors were encountered: