versionbaygt / MATLABJokes

Get MATLAB to tell you a joke.
BSD 4-Clause "Original" or "Old" License
6 stars 1 forks source link

Add support for running in older versions back to R2019b #36

Closed versionbayjc closed 2 months ago

versionbayjc commented 2 months ago

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.