How to extract uncertainty from experimental data using MATLAB.?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Safi ullah
el 28 de Ag. de 2018
Comentada: madhan ravi
el 29 de Ag. de 2018
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.
1 comentario
Respuesta aceptada
madhan ravi
el 28 de Ag. de 2018
Editada: madhan ravi
el 28 de Ag. de 2018
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 comentarios
Más respuestas (1)
Safi ullah
el 28 de Ag. de 2018
2 comentarios
madhan ravi
el 28 de Ag. de 2018
Editada: madhan ravi
el 28 de Ag. de 2018
If you do not know which are not certain in your data how I am supposed to know?
Ver también
Categorías
Más información sobre Monte Carlo Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!