Real time plots in matlab standalone application

爱⌒轻易说出口 提交于 2019-12-24 16:25:03

问题


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

来源:https://stackoverflow.com/questions/46696542/real-time-plots-in-matlab-standalone-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!