How to display MAPE in gui?
Show older comments
for example value for mape is 50:
mape = 50;
set(handles.text10,'String','MAPE = '+mape_2);
In GUI I have lot of different values, but I need only one value - 50. Please I need help!
and mape as text is not here too. I have only this on my gui - picture
Accepted Answer
More Answers (0)
Categories
Find more on Birthdays 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!