Element replacement in a vector
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
yashar khatib shahidi
le 3 Mai 2015
Réponse apportée : Image Analyst
le 3 Mai 2015
Hi there. I have a row vector like a = [3 4 6 8 9] then I want to replace third element which is 6 with 5 and 8 so the new vector becomes b = [3 4 5 8 8 9]. What is the function to convert the vector. Thanks
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Characters and Strings dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!