Normalize Data
Description
The Normalize Data task lets you interactively normalize data by choosing centering and scaling methods, such as z-score. The task automatically generates MATLAB® code for your live script.
Using this task, you can:
Customize how to center and scale data in a workspace variable such as a table or timetable.
Visualize the input data compared to the normalized data.
Return the centering and scaling values used to compute the normalization.
For more information on Live Editor tasks, see Add Interactive Tasks to a Live Script.
Related Functions
Normalize Data generates code that uses the normalize
function.
Open the Task
To add the Normalize Data task to a live script in the MATLAB Editor:
On the Live Editor tab, select Task > Normalize Data.
In a code block in the script, type a relevant keyword, such as
normalize,range, orscale. SelectNormalize Datafrom the suggested command completions. For some keywords, the task automatically updates one or more corresponding parameters.
Examples
Related Examples
Parameters
More About
Version History
Introduced in R2021bSee Also
Functions
Live Editor Tasks
- Clean Outlier Data | Clean Missing Data | Find Local Extrema | Smooth Data | Find and Remove Trends | Find Change Points | Compute by Group


