how can i calculate 1000 data on GLCM and save result from GLCM in excel

1 view (last 30 days)
hy guys, i want ask, how fix about NumImage? i have the code but error in line 1 about numimage
"Error in glcmcnn (line 1)
xlData = cell(numImage, 3);"
if anyone has experienced the same error, I hope can to respond, I need help with this
Thank u :")

Answers (1)

yanqi liu
yanqi liu on 21 Jan 2022
yes,sir,may be use
xlData = [];
to replace your first line
  2 Comments
Erika Maulidiya
Erika Maulidiya on 21 Jan 2022
means delete all my first line and replace with it? like that?
btw, im girl wkwkwk
yanqi liu
yanqi liu on 22 Jan 2022
Edited: yanqi liu on 22 Jan 2022
yes,delete all my first line and replace with it
the third line,filename may be should use image index k to generate

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!