photo

Jianye Xu


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
65,870
of 300,364

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer
  • Thankful Level 2

View badges

Feeds

View by

Answered
Non-uniform axis spacing in a plot
Firstly, turn x-data to categorical data. Then, use plot(): A = [0.5,0.65,0.7,0.66,0.81]; B = [5,10,20,100,1000]; B_cat = c...

3 years ago | 0

Question


ROS 2 runs obviously less efficient with custom message than with build-in message
Hello, I use currently ROS 2 to let agents communicate with each other. I successfully created a custom message using MATLAB fu...

3 years ago | 1 answer | 0

1

answer

Question


In ROS 2, messages can be accessed by "subscriber.LatestMessage" but cannot be obtained via the MATLAB function "receive(subscriber, timeout)"
Hello everyone, I am learning to use ROS 2 to communicate between agents. The problem I encountered is that the subscriber cann...

3 years ago | 1 answer | 0

1

answer