How to use an Matlab-coded experiment for online data collection.

3 views (last 30 days)
Hi,
I currently have an experiment that has been coded in Matlab. I'm hoping to be able to deploy the experiment online, so that I can just send people a link to the experiment. What's the best way to do this?
I'm not sure if this is right, but so far I've found that I would have to 'compile it and make the executable available' using the MATLAB Coder.
Thanks in advance!
  5 Comments
Joshua Kugel
Joshua Kugel on 18 Mar 2020
Just the position is recorded, not time.
I've been told that re-building the experiment in Javascript is basically the go to option if I can't get deploy the experiment as currently coded in Matlab...but hoping to avoid that.
Thanks again!
Walter Roberson
Walter Roberson on 23 Mar 2020
You might be able to use a Web App; https://www.mathworks.com/help/compiler/web-apps.html
However,
"Web apps are designed to run only within a trusted intranet environment, not in the open Internet. For more information, see Potential Risks."
I have not used App Designer myself, so I am not up to speed about whether it can track cursor or clicks.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!