Display data from matlab to html UI
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Debugging and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!