writing into excel

levelset =
'ORIGINAL _IMAGE ' [51.6050] [54.1558]
'OVERLAP_IMAGE' [12.2358] [18.5520]
'BACK_IMAGE' [ 0.6537] [18.5520]
I want to write these datas into excel please help

Answers (1)

Oleg Komarov
Oleg Komarov on 27 Feb 2012

0 votes

5 Comments

kash
kash on 27 Feb 2012
OLED I TRIED XLSWRITE ,BUT VALUES ARE NOT WRITING
Srinivas
Srinivas on 27 Feb 2012
xlswrite('test.xls', levelset)
kash
kash on 27 Feb 2012
after writing if i read i am not getting same result
Srinivas
Srinivas on 27 Feb 2012
temp = importdata('test.xls');
to read the file
Oleg Komarov
Oleg Komarov on 27 Feb 2012
What do you get?

This question is closed.

Asked:

on 27 Feb 2012

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!