Real time plots in matlab standalone application

2019-08-08 00:38发布

问题:

The application is a GUI designed with GUIDE with lots of subplots that have an refresh interval approx ~1s adding new data to the time series, for example:

I have read through making-graphs-responsive-with-data-linking, but the efficient linkdata on does not work in standalone applications when exporting with application compiler:

Error using linkdata (line 24) Plots cannot be linked in deployed applications because linked plots require the MATLAB workspace.

,while refreshdata works but results in heavy load.

What is the efficient way to plot data in real-time, is it still like gnovice suggests here and does this work for standalone's (lacking the workspace) efficiently too?

I also noticed animatedline doc, but dunno

machine: debian 9 x64