how do I set the property "RemoteConnectivity" == 1

26 ビュー (過去 30 日間)
Eric Prandovsky
Eric Prandovsky 2024 年 11 月 13 日 21:38
コメント済み: Eric Prandovsky 2024 年 11 月 14 日 23:04
I'm trying to set the following property to true in order to allow MATLAB Online to connect to the 'MATLAB Connector' app installed on my M1 Mac.
matlab.internal.feature("RemoteConnectivity")
I tried the following:
setpref(matlab.internal.feature("RemoteConnectivity"), 1)
Error using setpref (line 31)
Not enough input arguments.
setpref(matlab.internal.feature,"RemoteConnectivity", 1)
Error using matlab.internal.feature
Too many output arguments.
any ideas?
  1 件のコメント
Eric Prandovsky
Eric Prandovsky 2024 年 11 月 14 日 23:04
I'm still unable to connect to the MATLAB Connector app.... Desktop MATLAB it is... for now

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2024 年 11 月 13 日 21:54
feature("RemoteConnectivity", 1)
  1 件のコメント
Eric Prandovsky
Eric Prandovsky 2024 年 11 月 14 日 23:02
That worked, thanks

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeI2C Devices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by