Error: Function definitions are not permitted in this context.

1 view (last 30 days)
>> function [cim, r, c] = harris(im, sigma, thresh, radius, disp)
??? function [cim, r, c] = harris(im, sigma, thresh, radius, disp)
Error: Function definitions are not permitted in this context.
what is the problem. what will ı do?

Accepted Answer

Star Strider
Star Strider on 16 Dec 2016
You have to write your function in the Editor and save it as a function file (‘.m’) file. See the documentation on Function Basics for details.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!