Filter löschen
Filter löschen

how to interpolate the 393x32 matrix which consists zeroes in between

1 Ansicht (letzte 30 Tage)
laxminarayana pasupuleti
laxminarayana pasupuleti am 26 Okt. 2015
Beantwortet: Jan am 26 Okt. 2015
in my data set along the zeroes are present(which i didnt required) so i have to remove it, and make my data even series by cubic interpolation.
how to do this?

Antworten (1)

Jan
Jan am 26 Okt. 2015
Set the zeros to NaN:
Data(Data == 0) = NaN;
Then use one of the many solutions from tzhe FileExchange: FEX: Search interpolate+nan

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by