Hi,
As of R2024a, MATLAB does not have a built-in function that exports a figure which contains interactive features to HTML. Interactive figures cannot be distributed to people without access to MATLAB.
However, you can package your script that generates your plot in an app and distribute it as a report.
Kindly refer to the following documentation to learn about how to distribute MATLAB Code using MATLAB Runtime: https://www.mathworks.com/help/compiler/magic-square-example-c-c-developer-tasks.html
Hope this helps!