How to resolve "RemoteAPIClient with no properties." error?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi All
I have inserted this code to connect matlab to CoppeliaSim, and I face the error . How do I resolve it?
client = RemoteAPIClient()
client =
RemoteAPIClient with no properties.
0 comentarios
Respuestas (1)
Steven Lord
el 22 de Nov. de 2022
This is not an error. This successfully created an instance of the RemoteAPIClient object.
I don't see any function named RemoteAPIClient in the documentation, so I'm not sure where it's from or how it should behave. You should consult with the help text and/or documentation for that class (or ask the person or group from whom you obtained this class for such help or documentation) for instructions on how to work with that class.
3 comentarios
Steven Lord
el 22 de Nov. de 2022
The functions described there are not provided by MathWorks. They are provided by Coppelia Robotics. You should contact them with questions regarding calling the API they provide.
Ver también
Categorías
Más información sobre Debugging and Analysis 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!