Hello Michael
I was having a problem to use the unc_budget command but digging in this group I found some hints that could have helped me, I found in an answer the following:
>> a = LinProp([3 4], [0.09 0; 0 0.16], 'Triangle')
a.value =
3 4
a.standard_unc =
0.3000 0.4000
But when I tried to use this very same line in my Matlab (v.2017) I received this:
Error using LinProp (line 133)
Wrong type of input arguments
It works if I use a single value as "Value" and a single value as "standard uncertainty",
but I need to do this with many values so performing this command for every single value it's not an option.
What am I doing wrong?
Thanks in advance
Lucas