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

조회 수: 2 (최근 30일)
Eric Prandovsky
Eric Prandovsky 2024년 11월 13일
댓글: Eric Prandovsky 2024년 11월 14일
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일
I'm still unable to connect to the MATLAB Connector app.... Desktop MATLAB it is... for now

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2024년 11월 13일
feature("RemoteConnectivity", 1)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 I2C Devices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by