How to get standardized values from the given array of of normalized values?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
akhila k
am 5 Jun. 2018
Beantwortet: Varun Garg
am 5 Jun. 2018
I have a few PSD (Power Spectral Density) values exported from an excel sheet and all of them are normalized values. How to get standardized values from them.
0 Kommentare
Akzeptierte Antwort
Varun Garg
am 5 Jun. 2018
I couldn't find any direct function for this. I suggest the following workaround: Convert your normalized values to actual values using MATLAB function
normalized2actual
Once you have the actual data, you can have the zscore(standardized values) using
zscore
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Logical finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!