Clear Filters
Clear Filters

Need help. I have extract a specific column from file and it contains zeros. How to remove those zero so it can match the vector and can be plotted??

2 views (last 30 days)

Accepted Answer

per isakson
per isakson on 19 Jun 2018
Try
Col(Col==0)=[];

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!