mapminmax 反推問題。
Show older comments
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
是規一化後的數值無法用於加減乘除計算上嗎
還是因為電腦在運算中有進行一些捨位以至於結果會有偏差

Accepted Answer
More Answers (0)
Categories
Find more on 参数化频谱估计 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!