I've installed Metas.UncLib.Matlab and I want to create an uncertainty number in MATLAB and I get the following error:
>> a = LinProp(3, 0.3)
Error using winqueryreg
Specified key is invalid.
Error in UncPropLoadNETAssemblies (line 13)
d = winqueryreg('HKEY_LOCAL_MACHINE',
'Software\Wow6432Node\Microsoft\.NETFramework\AssemblyFolders\Metas.UncLib');
Error in LinProp (line 49)
UncPropLoadNETAssemblies('LinProp');
>>