How to make any math operation when there are NaN in data serial?
Mostra commenti meno recenti
How to make any math operation when there are NaN in data serial?
I'd like to make an test using in my data serial NaN...
For exemplo: I have 2 matrix (a and b) and I'd like of sum them!!!
Ex:
a=[1,2,3,NaN,5]
b=[1,2,3,8,5]
c=(a+b)
How can I to do?
2 Commenti
Image Analyst
il 13 Lug 2014
What value do you want for c(4)?
Carlos Batista
il 13 Lug 2014
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!