No histcountsmex function found

5 Ansichten (letzte 30 Tage)
Nina
Nina am 18 Mai 2017
Bearbeitet: Guillaume am 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?

Akzeptierte Antwort

Guillaume
Guillaume am 18 Mai 2017
Bearbeitet: Guillaume am 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

Weitere Antworten (0)

Kategorien

Mehr zu MATLAB 快速入门 finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!