how to delete some unwanted data from a large nomber of data?

1 次查看(过去 30 天)
I have a large number of data. some unwanted data are also present. How to delete those column containing the unwanted data?

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-10-23
A=rand(10)
%If you want to delete column [1 3 5]
A(:,[1 3 5])=[]
  5 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Variables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by