While setting the 'Value' property of 'GuiUncBudget':Value must be 'Metas.UncLib.LinProp.UncNumber'. LinProp([complex value], [covariance],(description))
>> a = LinProp([3 4], [0.09 0; 0 0.16], 'Triangle')a.value =3 4a.standard_unc =0.3000 0.4000>> unc_budget(abs(a(1) + 1i.*a(2)))