Hi, how to create new variable and add data in excel using matlab ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have 25 value from 25 variable. I already save it in excel. Here I have 175 data of image, so I need 175 rows for save the all value. I want to add it become one when run another image, here I have the code :
fitur= {area perimeter roundness solidity slimness rectangu NF RPD RPLW M1 M2 M3 M4 M5 M6 M7 mu deviasi energi entropi smoothness contrast homogenitas energi korelation};
xlswrite('fitur.xlsx',fitur,'input',strcat('A'));
The problem is how to save all value in excel without replace the first value in first row, and how to add variable name ? Do I use loop for it ? but I dont know how to declarad it.
this is what I mean, the first row I want the name of variable,and the second row I want save all value for 175 data from image.
I cant explain properly, but from image I attached I hope can understand. Thanks
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!