How to make a normalized matrix ?
2 次查看(过去 30 天)
显示 更早的评论
I'm using matlab 2016. when I want to normalize the matrix, the only available syntax is normr and normc. While on the matlab website page there is a normalize syntax. why is there no normalize syntax in my matlab? Then how to normalize matlab manually?
2 个评论
Bhaskar R
2021-6-29
The command normalize introduced in MATLAB 2018a version, as per your statment you are using MATLAB2016 version. Upgrade your MATLAB version or you could write your own normalize function as per your requirements
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!