This PR fixes a bug in the HTML component in (some) older versions of MATLAB (at least in R2019b and R2020b), in which the App does not show the first joke. Probably a timing issue with updating the Data property of the uihtml.
Also it changed the syntax in joke() and tests to not leverage the new namedArgument=value syntax. The GettingStarted is also updated.
Finally the MATLAB Project is recreated to support R2019b.
This PR fixes a bug in the HTML component in (some) older versions of MATLAB (at least in R2019b and R2020b), in which the App does not show the first joke. Probably a timing issue with updating the Data property of the uihtml.
Also it changed the syntax in joke() and tests to not leverage the new namedArgument=value syntax. The GettingStarted is also updated.
Finally the MATLAB Project is recreated to support R2019b.