MATLAB Undefined function 'LinProp' for input arguments of type 'double'

84 views
Skip to first unread message

Michael Wollensack METAS

unread,
Jun 6, 2014, 10:05:29 AM6/6/14
to unc...@googlegroups.com
I've installed Metas.UncLib and I want to create an uncertainty number in MATLAB and I get the following error:

>> a = LinProp(3, 0.3)
Undefined function 'LinProp' for input arguments of type 'double'.
 
>> 

Michael Wollensack METAS

unread,
Jun 6, 2014, 10:09:45 AM6/6/14
to unc...@googlegroups.com
  1. Make sure you have installed both:
    • Metas.UncLib
    • Metas.UncLib.Matlab

  2. Make sure 'C:\Program Files (x86)\Metas\Metas.UncLib' or  'C:\Program Files\Metas\Metas.UncLib' is in your search path of MATLAB, see HOME / ENVIRONMENT / Set Path.
Then it should work:

>> a = LinProp(3, 0.3)
Loading .NET Assembly: C:\Program Files (x86)\Metas\Metas.UncLib\Metas.UncLib.Core.dll
Loading .NET Assembly: C:\Program Files (x86)\Metas\Metas.UncLib\Metas.UncLib.LinProp.dll
Loading .NET Assembly: C:\Program Files (x86)\Metas\Metas.UncLib\Metas.UncLib.Optimization.dll
 
a = 
 
   (3 ± 0.3)
 
>> 

Reply all
Reply to author
Forward
0 new messages