How to use a function which is not existing in matlab?

Hey, while doing some code for image segmentation i got stuck at an error saying "Undefined function or variable 'superpixels'". And i checked whether the function name exists on matlab search path and i found that superpixels doesnot exist. Now what should i do to use the function superpixels in matlab version R2015a.

1 Comment

This function is introduced in 2016a. Either use the version which has this function or write your code for the functionality.

Sign in to comment.

Asked:

on 15 Mar 2017

Answered:

on 15 Mar 2017

Community Treasure Hunt

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

Start Hunting!