how to convert empty double into zeros
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MAHMOUD ALZIOUD
le 8 Août 2018
Commenté : MAHMOUD ALZIOUD
le 8 Août 2018
dear all I have an empty double matrix called Quad, this Quad supposed to be a double with size of 1*31 zeros. how can i please ask matlab that if it finds any empty double convert it to zeros. my code is the following and it says it does not work on double !
idx_9 = cellfun('isempty', Quad);
Quad(idx_9) = {zeros(1,31)};
2 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion 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!