hhoomn
hhoomn

Reputation: 405

Why regionprops function is undefined in my installation of Matlab 2011a?

I am using Matlab 2011a on windows 8, and I am trying to run a code that uses regionprops fucntion. This function is undefined and in Matlab 2011 there is no help on it while in R2016a, help says that it is introduced before R2006a.

Upvotes: 0

Views: 151

Answers (1)

Sam Roberts
Sam Roberts

Reputation: 24127

regionprops is part of Image Processing Toolbox. You probably don't have that product installed.

Upvotes: 1

Related Questions