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.
댓글 수: 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!