How to delete a particular array and again in the next step create it as a new array in a for loop
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Gova ReDDy
le 14 Jan 2014
Commenté : Gova ReDDy
le 14 Jan 2014
Hello,
I am using an array to save the values that are greater than a threshold from a particualr set of values in a for loop.
Can I know how to delete the previous array values and size.And in the next step I want to create it as new array with new size and intialising it to zeros for each iteration of for loop.
Thanks.
4 commentaires
Réponse acceptée
Azzi Abdelmalek
le 14 Jan 2014
Modifié(e) : Azzi Abdelmalek
le 14 Jan 2014
Use
your_array=[]
Or
clear Your_array
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!