mapminmax 反推問題。
Afficher commentaires plus anciens
x1 = [2 3 10 30]
[x1,PS] = mapminmax(x1)
a1=mapminmax('reverse',x1(1),PS)*mapminmax('reverse',x1(3),PS)
a1計算出來答案是20
a2=mapminmax('reverse',x1(3)*x1(1),PS)
a2計算出來答案是22
想知道為何a2反推之後會等22 而不是20
是規一化後的數值無法用於加減乘除計算上嗎
還是因為電腦在運算中有進行一些捨位以至於結果會有偏差

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 参数化频谱估计 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!