Connect to a ROS network. Create a parameter tree and check for the 'MyParam' parameter.
rosinit
The value of the ROS_MASTER_URI environment variable, http://172.23.70.93:56568, will be used to connect to the ROS master.
Initializing global node /matlab_global_node_25344 with NodeURI http://172.23.70.93:38873/ and MasterURI http://172.23.70.93:56568.
ptree = rosparam;
has(ptree,'MyParam')
ans = logical
0
Set the 'MyParam' parameter and verify it exists. Disconnect from ROS network.
set(ptree,'MyParam','test')
has(ptree,'MyParam')
ans = logical
1
rosshutdown
Shutting down global node /matlab_global_node_25344 with NodeURI http://172.23.70.93:38873/ and MasterURI http://172.23.70.93:56568.
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.