Info

此问题已关闭。 请重新打开它进行编辑或回答。

how to store computed value in xlsx file???

1 次查看(过去 30 天)
ajay Hiremath
ajay Hiremath 2015-1-20
关闭: MATLAB Answer Bot 2021-8-20
I am calculating homogeneity by using following code
im=imread('abc.jpg');
I=nlfilter(rgb2gray(im),[3 3],'std2');
homogeneity = graycoprops(graycomatrix(I), 'Homogeneity');
disp(homogeneity);
values1 = {Entropy,Contrast,Energy,homogeneity}; headers1 = {'Entropy','Contrast','Energy','homogeneity'}; xlswrite('extract2.xlsx', [headers1; values1]);
but it is not stored in xlsx file so plz help me to store this value???
  1 个评论
Titus Edelhofer
Titus Edelhofer 2015-1-20
Hi Ajay,
why not? Using xlswrite is correct. Do you get an error? and yes, which one?
Titus

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by