Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top