Effacer les filtres
Effacer les filtres

How can I remove this empty cell from my structure array?

13 vues (au cours des 30 derniers jours)
Brian Leon
Brian Leon le 16 Avr 2020
Modifié(e) : Stephen23 le 16 Avr 2020
I have this strucure array with an empy cell as a bracket and I am not sure how can I remove it.

Réponses (1)

BN
BN le 16 Avr 2020
Hi, In my opinion
Since you have a corresponding value for it in the next column, you can delete it, you can change it to the nan or you can delete the entire row.
You can delete the entire row using this:
numUniqueWords(1) = [];
  2 commentaires
Brian Leon
Brian Leon le 16 Avr 2020
Thank you.
Stephen23
Stephen23 le 16 Avr 2020
Modifié(e) : Stephen23 le 16 Avr 2020
"...or you can delete the entire row."
The complete structure only has one row (its size is clearly shown in the screenshot as 1x305), so removing the "entire row" would delete all elements of the structure, leaving a completely empty structure.
The answer deletes the first element of the structure, which is also its first column (not row).

Connectez-vous pour commenter.

Catégories

En savoir plus sur Structures dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by