How to delete particular row from struct array?
显示 更早的评论
Hi
I want to know is there any passible method to delete the entire data related to particular column value in struct array.
采纳的回答
更多回答(1 个)
Azzi Abdelmalek
2013-5-9
s1=struct('a',num2cell(1:10),'b',num2cell(11:20),'c',num2cell(21:30))
label=9
s1(label)=[]
类别
在 帮助中心 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!