i am having problem in Undefined function or variable 'Testftr'. Error in imtest (line 49) TestSet = Testftr;

1 view (last 30 days)
Undefined function or variable 'Testftr'.
Error in imtest (line 49)
TestSet = Testftr;

Answers (1)

Image Analyst
Image Analyst on 19 Jun 2021
It's not a built-in function. Therefore you will have to supply that function. Did you write this code or did someone give it to you? You either have to write that function yourself or ask the person who gave you the code to give you that function also.

Categories

Find more on 2-D and 3-D Plots 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!