Clear Filters
Clear Filters

What is the solution to this error?

1 view (last 30 days)
Ruwaida Lawgali
Ruwaida Lawgali on 8 Mar 2022
Commented: Walter Roberson on 14 Mar 2022
What this error main?
.....
>> SSDBExperiment_BuildCropDataset
Error using fullfile (line 67)
All inputs must be strings, character vectors, or cell arrays of character vectors.
Error in SSDBExperiment_BuildCropDataset (line 17)
D.SaveDir = fullfile(D.Root, 'CropData');
.......
I have file with name (fullfile.m)
What should I do, which lines need change to work correctly.
Thank you in advanced.
  24 Comments
Ruwaida Lawgali
Ruwaida Lawgali on 13 Mar 2022
Thank you.
Can I execute it with matlab?
Walter Roberson
Walter Roberson on 14 Mar 2022
You would install the CNS package first and then this set of software, and then you would be able to use it from MATLAB. It defines a set of MATLAB classes and methods but does the computation in C for efficiency.

Sign in to comment.

Answers (0)

Categories

Find more on Computer Vision Toolbox 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!