I want denormalization of my prediction data

1 view (last 30 days)
I used log function for normalize my time series data then i applied narxnet technique
I got prediction but, want denormalization output data
these data

Accepted Answer

Greg Heath
Greg Heath on 17 Aug 2015
>> 10^log10(7)
ans = 7
>> exp(1)^log(7)
ans = 7
Hope this helps.
Thank yu for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!