How I can get the data that meets the condition strcmp
Afficher commentaires plus anciens
Hi! this is my script , I need to get the data in the column that meet the condition strcmp , the code did because he had multiple data for a single moment and I just wanted a fact by now. Then I used strcmp to see who had the same time and make the average of the data in the corresponding rows. The code works fine , so do not do is take now because the moments where there were equal.

as you can see in the picture the area marked in red are the moments there are several rows that time , I use the strcmp command to take the rows where this column matches and be able to average the data. Now I need to get the data in that column that matches No 6 but one. in this example would be made to return me a column where the following data appear: 57204.001388888886 57204.012499999997 .... etc
thanks
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur String Parsing 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!