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?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!