Groups
Groups
Sign in
Groups
Groups
METAS UncLib
Conversations
About
Send feedback
Help
METAS UncLib
Contact owners and managers
1–22 of 23
Welcome to the METAS UncLib forum!
Mark all as read
Report group
0 selected
Michael Wollensack METAS
6/5/14
Announcement
Where can I download METAS UncLib?
METAS UncLib can be downloaded online: http://www.metas.ch/unclib
unread,
Announcement
Where can I download METAS UncLib?
METAS UncLib can be downloaded online: http://www.metas.ch/unclib
6/5/14
lucas corach
11/13/19
Q&A
degrees of freedom
Hello Michael and everyone in the group! Is there a way to set the number of degrees of freedom (or
unread,
Q&A
degrees of freedom
Hello Michael and everyone in the group! Is there a way to set the number of degrees of freedom (or
11/13/19
charle...@outlook.com
,
michael.w...@metas.ch
2
4/12/19
Q&A
Question about how to caculate uncertainty contributions in multivariate case
Hi, > I don't know how to calculate the uncertainty contribution of inputs to the uncertainty
unread,
Q&A
Question about how to caculate uncertainty contributions in multivariate case
Hi, > I don't know how to calculate the uncertainty contribution of inputs to the uncertainty
4/12/19
dorscht...@gmail.com
,
michael.w...@metas.ch
5
1/23/19
Q&A
multiple description tiers
Thank you
unread,
Q&A
multiple description tiers
Thank you
1/23/19
dorscht...@gmail.com
,
michael.w...@metas.ch
3
1/23/19
Q&A
get the description of a LinProp
OK, thanks for the fast reply!
unread,
Q&A
get the description of a LinProp
OK, thanks for the fast reply!
1/23/19
Michael Wollensack METAS
2
7/10/18
Q&A
MATLAB R2018a and METAS UncLib V2.0 throws an exception when using unc_budget method
Hi, this is a bug of MATLAB R2018a (it was working with R2017a). You must install MATLAB R2018a
unread,
Q&A
MATLAB R2018a and METAS UncLib V2.0 throws an exception when using unc_budget method
Hi, this is a bug of MATLAB R2018a (it was working with R2017a). You must install MATLAB R2018a
7/10/18
Jan Grajciar CMI
,
Michael Wollensack METAS
3
6/1/18
Q&A
Components of combined uncertainty
Hi, you can do it like that: >> a = 0.5; >> NL1 = 1; >> NH1 = 1; >> L1 = 1;
unread,
Q&A
Components of combined uncertainty
Hi, you can do it like that: >> a = 0.5; >> NL1 = 1; >> NH1 = 1; >> L1 = 1;
6/1/18
Jan Grajciar CMI
,
Michael Wollensack METAS
2
5/30/18
Q&A
Interpolation
Hi, n is the interpolation order: 1 to number of points - 1. Eg: n = 1 means linear interpolation
unread,
Q&A
Interpolation
Hi, n is the interpolation order: 1 to number of points - 1. Eg: n = 1 means linear interpolation
5/30/18
lucas corach
,
Michael Wollensack METAS
2
10/20/17
Q&A
Problems with unc_budget and with variable declaration with a name
Hi, you need to update to METAS UncLib V1.9.0. See www.metas.ch/unclib Hope this helps. Regards
unread,
Q&A
Problems with unc_budget and with variable declaration with a name
Hi, you need to update to METAS UncLib V1.9.0. See www.metas.ch/unclib Hope this helps. Regards
10/20/17
Michael Wollensack METAS
,
Jan Grajciar CMI
10
8/22/17
Q&A
I want to use METAS UncLib from MATLAB, how it does work?
Hi, > Is it also possible to name the individual 'Triangle' components in the definition a
unread,
Q&A
I want to use METAS UncLib from MATLAB, how it does work?
Hi, > Is it also possible to name the individual 'Triangle' components in the definition a
8/22/17
lucas corach
,
Michael Wollensack METAS
2
8/11/17
Q&A
using LinProp with 0 value, on Matlab
Hi Lucas, I would be helpfull if you could post the command which generates the above error.
unread,
Q&A
using LinProp with 0 value, on Matlab
Hi Lucas, I would be helpfull if you could post the command which generates the above error.
8/11/17
lucas corach
, …
Michael Wollensack METAS
3
8/8/17
Q&A
Block Matrix operations with LinProp in Matlab
Hi, the LinProp class does not support block matrices. Some comments about performance: if you just
unread,
Q&A
Block Matrix operations with LinProp in Matlab
Hi, the LinProp class does not support block matrices. Some comments about performance: if you just
8/8/17
glad...@gmail.com
,
Michael Wollensack METAS
2
5/15/17
Q&A
UncLib compatibility with more recent MATLAB versions
Hi, it should work as well with newer MATLAB versions. I'm using it with R2016a. By the way you
unread,
Q&A
UncLib compatibility with more recent MATLAB versions
Hi, it should work as well with newer MATLAB versions. I'm using it with R2016a. By the way you
5/15/17
glad...@gmail.com
,
Michael Wollensack METAS
2
12/12/16
Q&A
Complex uncertainty vector
Hi, > Is it possible to create a complex uncertainty vector that grows in size within a For loop?
unread,
Q&A
Complex uncertainty vector
Hi, > Is it possible to create a complex uncertainty vector that grows in size within a For loop?
12/12/16
Karsten Kuhlmann PTB
,
Michael Wollensack METAS
3
8/29/16
Q&A
How to use matrix functions from MATLAB on larger arrays?
Hi Kartsen, this is another workaround: inv(reshape(s4(:,:,1,1),[2,2])) the problem is: >> size
unread,
Q&A
How to use matrix functions from MATLAB on larger arrays?
Hi Kartsen, this is another workaround: inv(reshape(s4(:,:,1,1),[2,2])) the problem is: >> size
8/29/16
Karsten Kuhlmann PTB
,
Michael Wollensack METAS
3
10/8/15
Q&A
Assign complex uncertainties in magnitude and phase
Hi Karsten, I do it like that: value=0.8-0.5i; u_abs=0.1; u_angle=10*pi/180; s11=unc(abs(value),u_abs
unread,
Q&A
Assign complex uncertainties in magnitude and phase
Hi Karsten, I do it like that: value=0.8-0.5i; u_abs=0.1; u_angle=10*pi/180; s11=unc(abs(value),u_abs
10/8/15
Eric Smith
,
Michael Wollensack METAS
2
10/17/14
Q&A
Uncertainty of cosine at pi.
Hi Eric, this is a limitation of linear uncertainty propagation. By the way for METAS UncLib V1.4 the
unread,
Q&A
Uncertainty of cosine at pi.
Hi Eric, this is a limitation of linear uncertainty propagation. By the way for METAS UncLib V1.4 the
10/17/14
Karsten Kuhlmann PTB
9/2/14
Q&A
Export from Matlab to .sdatcv
Hello, I would like to export scattering parameter from Matlab to the format .sdatcv. I have found
unread,locked,
Q&A
Export from Matlab to .sdatcv
Hello, I would like to export scattering parameter from Matlab to the format .sdatcv. I have found
9/2/14
Eric Smith
,
Michael Wollensack METAS
5
8/22/14
Q&A
UncLib Matlab Memory Performance
Michael, Thanks for the quick reply. I am using 64 bit OS with 8 GB of RAM. I guess I just need to
unread,
Q&A
UncLib Matlab Memory Performance
Michael, Thanks for the quick reply. I am using 64 bit OS with 8 GB of RAM. I guess I just need to
8/22/14
Michael Wollensack METAS
2
6/12/14
Q&A
What are dependencies?
Dependencies are used in the LinProp module of METAS UncLib. A Dependency is a class with two
unread,
Q&A
What are dependencies?
Dependencies are used in the LinProp module of METAS UncLib. A Dependency is a class with two
6/12/14
Eric Smith
,
Michael Wollensack METAS
2
6/12/14
Q&A
UncLib Python
No there is no UncLib wrapper for Python. But you can use METAS UncLib from IronPython.net.
unread,
Q&A
UncLib Python
No there is no UncLib wrapper for Python. But you can use METAS UncLib from IronPython.net.
6/12/14
Michael Wollensack METAS
2
6/6/14
Q&A
MATLAB Undefined function 'LinProp' for input arguments of type 'double'
Make sure you have installed both: Metas.UncLib Metas.UncLib.Matlab Make sure 'C:\Program Files (
unread,
Q&A
MATLAB Undefined function 'LinProp' for input arguments of type 'double'
Make sure you have installed both: Metas.UncLib Metas.UncLib.Matlab Make sure 'C:\Program Files (
6/6/14
Michael Wollensack METAS
2
6/6/14
Q&A
MATLAB Error using winqueryreg
Make sure you have installed both: Metas.UncLib Metas.UncLib.Matlab
unread,
Q&A
MATLAB Error using winqueryreg
Make sure you have installed both: Metas.UncLib Metas.UncLib.Matlab
6/6/14