How to create a Chart in Excel (Combo Chart which is Clustered Column + Line) through Matlab?
    2 views (last 30 days)
  
       Show older comments
    
Hi All Matlab Users,
Through Some Matlab scripts I am getting data as follows:
  Name  Marks Science  Marks History  Marks Maths  Grade_A  Grade_B  Grade_C  Grade_D  Grade_E  Grade_F 
  A  80  85  85  90  80  70  60  50  40  
  B  95  90  85  90  80  70  60  50  40  
  C  80  75  85  90  80  70  60  50  40 
. 
.
 .
  R  50  40  40  90  80  70  60  50  40 
Now I want to create a chart in excel i.e. a combo chart using script from Matlab.
Combo chart = Clustered Column + Line
What I want is something like below:

Answers (0)
See Also
Categories
				Find more on Spreadsheets in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!