"Undefined function or variable 'imsplit'."

12 ビュー (過去 30 日間)
Thulitha Theekshana
Thulitha Theekshana 2019 年 7 月 17 日
編集済み: per isakson 2019 年 7 月 17 日
I am using Matlab 2015a and it says "Undefined function or variable 'imsplit'." when I run my code. Is this function not deifned in matlab 2015a ? If not, what is the best alternative for "imsplit" in 2015a ?
Also, I have been coming across so many functions that I found undifined in 2015 that are actually released in other versions. Is there a place I could find all of them at one place ?

採用された回答

Walter Roberson
Walter Roberson 2019 年 7 月 17 日
編集済み: Walter Roberson 2019 年 7 月 17 日
Requires R2018b
You should be using the "doc" function in your MATLAB release to find the functions available in your release.
  3 件のコメント
Walter Roberson
Walter Roberson 2019 年 7 月 17 日
Indexing is an excellent substitute for imsplit
R = YourImage(:, :, 1);
Walter Roberson
Walter Roberson 2019 年 7 月 17 日
I do not know of any mapping such as you describe.
There have been many many new functions in the toolboxes. The number of functions available through matlab is over 50000 if I recall correctly. There are 77 or more new functions for image processing between R2015a and r2019a, not counting any new classes.

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

その他の回答 (1 件)

per isakson
per isakson 2019 年 7 月 17 日
編集済み: per isakson 2019 年 7 月 17 日
"Is there a place I could find all of them at one place" AFAIK: The release notes is the best place there is.

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

製品


リリース

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by