Borrar filtros
Borrar filtros

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??

1 visualización (últimos 30 días)

Respuesta aceptada

per isakson
per isakson el 19 de Jun. de 2018
Try
Col(Col==0)=[];

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by