How do I delete specific elements from a matrix?

 Accepted Answer

Tijdgoed((Tijdgoed > 10 | Tijdgoed <-10)) = [];
You can confirm by using:
find(Tijdgoed>10)
find(Tijdgoed<-10)
which return empty vectors.

More Answers (0)

Categories

Asked:

on 9 Jun 2018

Edited:

on 10 Jun 2018

Community Treasure Hunt

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

Start Hunting!