Does Matlab enable interactive (real-time) data export?

Asked

Viewed 81 times

3

Good afternoon, I am using Matlab in order to receive real-time HTML data to generate graphs that are constantly updated, but I still haven’t found anywhere how I could export these graphs to other applications in real time (and that is the possibility). The only information I found about it would be on how to turn graphics into external files but then they would become static. If anyone knows how to inform about it I would be extremely grateful.

  • 1

    I tried to take a look, but I couldn’t find anything right away. Matlab has "live scripts" but I’m not sure if it’s possible to integrate with html. https://plot.ly/matlab/ seems to have an option to do this, but maybe it’s not so simple too.

  • Got it. Thank you very much!

1 answer

0

You can make a function that loops, always taking the value (link).

You can also create a class and add event and Listener (link). But maybe it’s more complex than the first.

For integrations with other languages that you can use on the web, take a look at MATLAB Compiler and MATLAB Compiler SDK.

You can also do the opposite, embed HTML in MATLAB and handle it with Appdesigner. See if that helping.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.