Error: Function definitions are not permitted in this context.
7 views (last 30 days)
Show older comments
>> 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?
0 Comments
Accepted Answer
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.
0 Comments
More Answers (0)
See Also
Categories
Find more on Labels and Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!