Borrar filtros
Borrar filtros

Converting 0 to Nan in Timetable

7 visualizaciones (últimos 30 días)
Benedikt Skurk
Benedikt Skurk el 19 de Mayo de 2021
Comentada: Benedikt Skurk el 19 de Mayo de 2021
Hello,
is it possible to change 0 to Nan in a timetable for every column? A cutout of the timetable is attached.
I couldnt find any solution for that, i am pretty new to Matlab. The reason why i want this, is that i dont want to plot the 0, so they will be "skipped".
Thanks for the help!!

Respuesta aceptada

KSSV
KSSV el 19 de Mayo de 2021
If T is your table .. to convert zeros in column 3 into NaN use:
T.(3)(T.(3)==0) = NaN ;

Más respuestas (0)

Categorías

Más información sobre Line 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