Changes in vectors
Afficher commentaires plus anciens
Hello again.
This is perhaps more a logic question,
If I got measure points at the time t is wrong, and the correct ones is in a vector L_New that has 10 x 1.
How do I do to change the wrong measure points in L to be correct?
I know that I have not post my attempt, but this is more a "thinking" question.
Anyhow, I would be please if someone can tell me how it works.
Best Regards Cillian
Réponse acceptée
Plus de réponses (1)
Stefan
le 7 Mai 2012
0 votes
Are the measure points located in a vector with the same size like L_New? Or do you have more values?
Same size: Why do you not copy L_New? L=L_New;
Different size: you have to find first the wrong values in L, before you can compare them to L_New and exchange them.
1 commentaire
Cillian
le 8 Mai 2012
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!