Real time plots in matlab standalone application
问题 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