We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e9389 commit ed5ef1bCopy full SHA for ed5ef1b
matlab_proxy/matlab/startup.m
@@ -1,5 +1,8 @@
1
% Copyright (c) 2020-2022 The MathWorks, Inc.
2
3
+% Ensures figures are docked
4
+set(0,'DefaultFigureWindowStyle','docked')
5
+
6
% Configure logged in user if possible
7
if ~isempty(getenv('MW_LOGIN_USER_ID'))
8
user_id = getenv('MW_LOGIN_USER_ID');
setup.py
@@ -66,7 +66,7 @@ def run(self):
66
67
setuptools.setup(
68
name="matlab-proxy",
69
- version="0.5.0",
+ version="0.5.1",
70
url=config["doc_url"],
71
author="The MathWorks, Inc.",
72
author_email="cloud@mathworks.com",
0 commit comments