too many input arguments
显示 更早的评论
Im using prctile() to find the 70th percentile of 1300 elements, but matlab returns error too many input arguments. How can i fix this? Thanks
8 个评论
madhan ravi
2018-11-6
Show how your calling the function
Elie Elias
2018-11-6
madhan ravi
2018-11-6
size(TM{:,7})
Try the above and paste the result here
Elie Elias
2018-11-6
编辑:Elie Elias
2018-11-6
Elie Elias
2018-11-6
madhan ravi
2018-11-6
Try
prctile(cell2mat(TM{:,7}),70)
Elie Elias
2018-11-6
Elie Elias
2018-11-6
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Descriptive Statistics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!