0

enter image description here

The above error showed up when I tried to install matcaffe in ubuntu. I switched to caffe root directory, and ran the following commands:

$ cd /home/naved/Desktop/caffe-master
$ make all matcaffe
$ make mattest

My matlab version is 2011a.

After running make mattest, the error above showed up.

What should I do to solve this problem?

Mad Physicist
  • 107,652
  • 25
  • 181
  • 264

1 Answers1

0

I believe that the functionality for custom unit test caffe(and specifically the package matlab.unittest.TestCase) was introduced in version R2015a of MATLAB, and that if you're on an older version it won't be available

Maheshwar Ligade
  • 6,709
  • 4
  • 42
  • 59
  • 1
    You can download a Matlab XUnit test framework from http://se.mathworks.com/matlabcentral/fileexchange/47302-xunit4 – Jørgen Jan 30 '17 at 11:35