How to extract uncertainty from experimental data using MATLAB.?
1 回表示 (過去 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.
11 件のコメント
その他の回答 (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!