**Describe the bug** Quantify table rendering incorrectly in GUI: <img width="791" height="350" alt="Image" src="https://github.com/user-attachments/assets/f55df08b-3967-4d1c-8b6b-45240b51de57" /> This is actually the same issue underlying #832, although the fix is probably a bit more involved. MATLAB 2025a removed the ability to render HTML in certain `uicontrols`; this [barely rated a mention in the release notes](https://se.mathworks.com/help/matlab/release-notes.html?startrelease=R2025a&endrelease=R2025a&category=app-building&rntype=incompatibility&rntext=HTML&groupby=release&sortby=descending&searchHighlight=HTML) **To Reproduce** Steps to reproduce the behavior: 1. Install Matlab 2025b 2. Apply other fix (#836) to run OspreyQuantify via the GUI 3. Glance at the results table with a feeling of dismay. **Computer configuration (please complete the following information):** - OS: Debian Linux - Version 13 - MATLAB version 2025b (2025a is probably the same)
Describe the bug
Quantify table rendering incorrectly in GUI:
This is actually the same issue underlying #832, although the fix is probably a bit more involved.
MATLAB 2025a removed the ability to render HTML in certain
uicontrols; this barely rated a mention in the release notesTo Reproduce
Steps to reproduce the behavior:
Computer configuration (please complete the following information):