How to extract uncertainty from experimental data using MATLAB.?
2 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I have an experimental data A=54×1800. Now I need to extract the uncertainty from it. I do not know which function or code used for this purpose and how to do this. Any guidance will be highly appreciated.
采纳的回答
madhan ravi
2018-8-28
编辑:madhan ravi
2018-8-28
I'm not really sure what datas you want but:
A = load('A.mat')
A.A(:,1) % this would give you the first column likewise you can extract rows and columns as in matrix.
更多回答(1 个)
Safi ullah
2018-8-28
2 个评论
madhan ravi
2018-8-28
编辑:madhan ravi
2018-8-28
If you do not know which are not certain in your data how I am supposed to know?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Monte Carlo Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!