No histcountsmex function found

5 vues (au cours des 30 derniers jours)
Nina
Nina le 18 Mai 2017
Modifié(e) : Guillaume le 18 Mai 2017
Hi, When I run the program there was an error. The function 'histcountsmex' corresponding to the input parameter of type 'double' is not defined. My matlab version is 2014a.I have copy the histcounts function from 2015 version. what should I do?

Réponse acceptée

Guillaume
Guillaume le 18 Mai 2017
Modifié(e) : Guillaume le 18 Mai 2017
If you have matlab 2015, then you should use that version.
If you do not, then I'm fairly certain that copying code from it is a violation of your license (i.e. it's illegal). Plus, as you found out it does not work.
You cannot use histcounts in 2014a, you have to use the function it replaced: histc

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB 快速入门 dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!