how do I set the property "RemoteConnectivity" == 1
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Eric Prandovsky
am 13 Nov. 2024
Kommentiert: Eric Prandovsky
am 14 Nov. 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?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!