2

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.

Appliqué
  • 121
  • 1
  • 2
  • 5

1 Answers1

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