how can I export workspace to excel format?

1 view (last 30 days)
ibleteus
ibleteus on 21 Jun 2012
I have calculate the ratio of area in BW image, defined a name for each one. Example : BWimage1= the area of image 1,….BWimage #n= the area of image # D={‘BWimage1’,’BWimage2’,…’BWimage #n’}; xlswrite('Firs Result.xls', D)
after export in excel, show just only the name of file such as (BWimage1) and so on. How can I export the value data from work space , for example BWimage1= 25445
  1 Comment
Walter Roberson
Walter Roberson on 21 Jun 2012
http://matlab.wikia.com/wiki/FAQ#How_can_I_create_variables_A1.2C_A2.2C....2CA10_in_a_loop.3F

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!