Azzera filtri
Azzera filtri

HOW CAN I DEAL WITH NEGATIVE VALUS I AM RECEIVING AFTER PERFORMING DECOMPOSITION

3 visualizzazioni (ultimi 30 giorni)
I have performed periodic plus smooth decomposition on u.. Now i am getting p and s as periodic , smooth component. But they contain negative values which is creating problem in further calculation....what should i do now?

Risposte (1)

Matt J
Matt J il 14 Ago 2022
Threshold them?
x=[-2 -1 0 1 2 3]
x = 1×6
-2 -1 0 1 2 3
xpos=max(x,0)
xpos = 1×6
0 0 0 1 2 3

Categorie

Scopri di più su Matrix Decomposition in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by