Analysing data that meets conditions
Afficher commentaires plus anciens
Hi all,
I am trying to analyse data from an FEM software. The data relates to node positions and then a velocity value [x,y,u].
I am trying to analyse sectors of the 2D domain which is 5000m x 2000m.
For each sector I want to analyse a 1m x 113m area and then average all the nodes within that sector to form an overall u.
I don't quite know how to tackle this problem, I have been trying for a few days and can't quite get the scripts to work.
I specifically want to know if it is possible to scan through data looking for specific nodes which are within (1 <= x <= 2),(10<=y<=123) and then average them and then start building up a library of u values for each sector.
I would greatly appreciate anyones input.
Kind Regards,
Christopher
2 commentaires
per isakson
le 24 Avr 2015
Could you provide a small sample of the FEM data? A dozen nodes or so.
Christopher Hall
le 25 Avr 2015
Modifié(e) : Christopher Hall
le 25 Avr 2015
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!