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

3 visualizaciones (últimos 30 días)
Eric Prandovsky
Eric Prandovsky el 13 de Nov. de 2024
Comentada: Eric Prandovsky el 14 de Nov. de 2024
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 comentario
Eric Prandovsky
Eric Prandovsky el 14 de Nov. de 2024
I'm still unable to connect to the MATLAB Connector app.... Desktop MATLAB it is... for now

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Nov. de 2024
feature("RemoteConnectivity", 1)

Más respuestas (0)

Categorías

Más información sobre Arduino Hardware 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