Dear Michael:
I'm finding an issue when I try to declare a LinProp
variable with value zero, or with imaginary or real part with value zero.
An error message appears when I try to do this, this one:
"No constructor 'Metas.UncLib.LinProp.UncNumber' with matching signature found.
Error in LinProp (line 100)
obj.NetObject = Metas.UncLib.LinProp.UncNumber(varargin{1}, varargin{2});"
I use "eps" in Matlab to declare something that should have the value zeros,
but I want to know if there´s a better way to do it.
Thank you.
Lucas