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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top