No histcountsmex function found

조회 수: 5 (최근 30일)
Nina
Nina 2017년 5월 18일
편집: Guillaume 2017년 5월 18일
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?

채택된 답변

Guillaume
Guillaume 2017년 5월 18일
편집: Guillaume 2017년 5월 18일
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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB 快速入门에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!