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

采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 参数化频谱估计 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!