Question

Is there a simple way to plot a line chart in windows form application from .mat file generated in simulink simulation?

Était-ce utile?

La solution

To import Matlab files, check out: https://www.nuget.org/packages/MathNet.Numerics.Data.Matlab/3.0.0-alpha9

To plot the data, you've got lots of options. Free from Microsoft: http://archive.msdn.microsoft.com/mschart (for Windows Forms)

A good summary of other charting options (for WPF): Recommendations for a Fast WPF Charting Control

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top