Display data from matlab to html UI

Good day! I have html-built UI with 2 pages (different html files), one is where the user will have to fill up the form(questions.html), other one is where the prediction result will be displayed (result.html). I have transferred the form data from html to matlab and processed them with anfis model after clicking the submit button, which i think triggered the callback function in matlab. Now i want to display the result in the 2nd page. Is it possible to automatically display the result in result.html without having another button or do i really have to create another one to trigger another callback function that will do the thing?

Answers (0)

Categories

Products

Release

R2020a

Tags

Asked:

on 17 Nov 2021

Community Treasure Hunt

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

Start Hunting!