フィルターのクリア

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

1 回表示 (過去 30 日間)
SNEHA P S
SNEHA P S 2017 年 3 月 15 日
回答済み: Walter Roberson 2017 年 3 月 15 日
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 件のコメント
KSSV
KSSV 2017 年 3 月 15 日
This function is introduced in 2016a. Either use the version which has this function or write your code for the functionality.

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 3 月 15 日
superpixels() was introduced in R2016a, so you can upgrade, or you can write your own version of the code. Or perhaps it happens that https://www.mathworks.com/matlabcentral/fileexchange/50184-slic-superpixels-for-e%EF%AC%83cient-graph-based-dimensionality-reduction-of-hyperspectral-imagery would be useful for you.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by