I want to plot an Excel chart in a figure window of Matlab (i.e. I don't want to execute an out-of-process Excel server by the actxserver function). Which control should I use? In fact, the question is more general. How can I use Microsoft Form controls here? They aren't represented by default in the list, generated by actxcontrollist. I mean such controls that are represented, for example, in Visual Studio.
            Asked
            
        
        
            Active
            
        
            Viewed 623 times
        
    1 Answers
0
            
            
        You can add an Excel ActiveX inside Matlab GUI. Check out this explanation that shows how to achieve it using GUIDE.
        Community
        
- 1
 - 1
 
        Andrey Rubshtein
        
- 20,795
 - 11
 - 69
 - 104
 
- 
                    but there is no Excel ActiveX in GUIDE's list. I think I have to register it – Appliqué Mar 17 '12 at 17:26