Quantile function isn't working
显示 更早的评论
I'm running a code on two computers, one has R2019b and the other has R2019a. On the first computer, the code works fine. On on the second, I get the following error: Undefined function 'quantile' for input arguments of type 'double'.
回答(1 个)
Walter Roberson
2020-1-24
0 个投票
quantile is part of the Statistics and Machine Learning Toolbox. You probably do not have that installed on the second computer.
类别
在 帮助中心 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!