Getting zeros when empty

Hi, I am plotting one particular column from a txt file using dlmread. Whenever there is an empty cell (though other columns do have values), I am getting zero values plotted, even though I do not want them. I would like it to read those cells as 'not existing'. Thank you to anyone who can help!

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Feb. de 2021

0 votos

You cannot do that using dlmread(). Use readmatrix() or readtable() or textscan()

1 comentario

ARAR
ARAR el 20 de Feb. de 2021
thank you. i did use NaNs and that worked for my purpose too

Iniciar sesión para comentar.

Categorías

Etiquetas

Preguntada:

el 18 de Feb. de 2021

Comentada:

el 20 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by