How to delete row when the first of row is 0

1 view (last 30 days)
From this pic how to delete row that the first column is 0

Accepted Answer

David Fletcher
David Fletcher on 3 May 2021
Data1(Data1(:,1)==0,:)=[]

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by