How to extract uncertainty from experimental data using MATLAB.?

2 vues (au cours des 30 derniers jours)
Safi ullah
Safi ullah le 28 Août 2018
Commenté : madhan ravi le 29 Août 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 commentaire
madhan ravi
madhan ravi le 28 Août 2018
Upload the data and specify what aren't needed.

Connectez-vous pour commenter.

Réponse acceptée

madhan ravi
madhan ravi le 28 Août 2018
Modifié(e) : madhan ravi le 28 Août 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 commentaires
Safi ullah
Safi ullah le 29 Août 2018
@ madhan ravi, I just checked your code. it works well. thank you so much for guidance
madhan ravi
madhan ravi le 29 Août 2018
My pleasure :)

Connectez-vous pour commenter.

Plus de réponses (1)

Safi ullah
Safi ullah le 28 Août 2018
@ madhan ravi thanks for your response. I have attached the file. I have given the task to extract uncertainty from 'A' and they are not specify. I also do not know how to recognize uncertainty in this data. Will be good if you show me an example based on the data 'A' which i have attached. thanks
  2 commentaires
madhan ravi
madhan ravi le 28 Août 2018
Modifié(e) : madhan ravi le 28 Août 2018
If you do not know which are not certain in your data how I am supposed to know?
Safi ullah
Safi ullah le 28 Août 2018
@ madhan ravi, If possible then you just give me a rough example I just want to get idea how to extract the uncertainty from data

Connectez-vous pour commenter.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by