how to remove line from cell array?

3 vues (au cours des 30 derniers jours)
Mira le
Mira le le 24 Avr 2021
Hi every one,
I'm working on cell array called T like:
T{1}= [1 2 3 ]
T{2} = [ 2 3]
..
.
.
.
.
T{n}=[ 2 3 4]
I want in this work to delete a line, for example I want to remove line 2 , T{2 }, How can I do it ?
Thank you

Réponses (1)

David Fletcher
David Fletcher le 24 Avr 2021
T(2)=[]

Catégories

En savoir plus sur Multidimensional Arrays dans Help Center et File Exchange

Produits


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by