Borrar filtros
Borrar filtros

How to scale up MatLab Toolbar in High-Res Ubuntu Environment?

2 visualizaciones (últimos 30 días)
Flor Maciel
Flor Maciel el 15 de Jul. de 2020
Respondida: Aman Vyas el 14 de Ag. de 2020
I tried using the technique outlined here: https://www.mathworks.com/matlabcentral/answers/406956-does-matlab-support-high-dpi-screens-on-linux, but unfortunately when I used the first step I received an error.
Typing in "s = setting;s.matlab.desktop.DisplayScaleFactor" only returned the error 'Unrecognized function or variable 'setting'.' Am I typing something in incorrectly?
Is there any other way to scale up MatLab's Toolbar?
Thank you!

Respuestas (1)

Aman Vyas
Aman Vyas el 14 de Ag. de 2020
Hi Flor,
As per my understanding, I think you are typing in "setting" instead of "settings" due to which undefined function or variable error pops up.
You can try using this command:
s = settings;s.matlab.desktop.DisplayScaleFactor

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by