Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Find The zeros in my data ... and then add the value before the zero to the rest untill finding another zero.

2 vues (au cours des 30 derniers jours)
Vinit
Vinit le 6 Août 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
I have to find the zeros in my data and then add the value before the zero to the rest untill finding another zero and do the same for the rest of the data until there is no more zeros execpt the one at first so that when i plot the data it plots in a single line.
For example my data looks like this [0 0 0;1 2 4;1 2 3;0 2 0; 1 0 3;.........]
  2 commentaires
Star Strider
Star Strider le 6 Août 2014
What do you want your resulting data matrix to look like?

Réponses (1)

dpb
dpb le 6 Août 2014
Check out John's inpaint_nans submission--of course, you'd first convert the 0's to NaN excepting for the first...

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by