Question

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

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top