Help normalizing data in table
Afficher commentaires plus anciens
Hi,
I have a 100x6 Table with 6 variables. I want to center the data so that it has mean 0 and standard deviation 1, using the zscore.
I tried using this in the 3 variables of interest but is not working.
Normalized = normalize(data(:,1:3)));
If I try to convert the table to array then I loose the table information.
Thank you in advance!
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Descriptive Statistics and Visualization 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!