How to resolve "RemoteAPIClient with no properties." error?

조회 수: 3 (최근 30일)
Farzad Torabi
Farzad Torabi 2022년 11월 22일
댓글: Steven Lord 2022년 11월 22일
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.

답변 (1개)

Steven Lord
Steven Lord 2022년 11월 22일
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
Farzad Torabi
Farzad Torabi 2022년 11월 22일
I don't know how to call it
Steven Lord
Steven Lord 2022년 11월 22일
Are you trying to use the functionality described on this webpage?
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.

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

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by