Hi,
I'm trying to import matlab function from m-file.
File looks like this:
function out = xxx(omega)
out = heaviside(omega);
It's only heaviside function.
And now, when I'm using "FromMFile" command in Maple it doesn't recognize Heaviside function. It imports that function as "heaviside" - witch small first character (in Maple we needs big "H").
Any help?
thx