how do I set the property "RemoteConnectivity" == 1
26 ビュー (過去 30 日間)
古いコメントを表示
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?
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で I2C Devices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!