Community Profile

photo

鑫 王


Last seen: 1 month ago Active since 2022

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


rosgenmsg cannot be used after updating Matlab 2022b
Identifying message files in folder 'D:/Matlab_Program/Simulink_PX4_with_ROS2_Tutorial-master/custom'.Done. Validating message ...

1 year ago | 0 answers | 0

0

answers

Question


when i creat a ros2 node ,it dosn't work.why 'Input data can only contain ASCII characters' ?
>> test1 = ros2node("/test1") Error using ros2node/createNode Error creating the ROS 2 node /test1. Error in ros2node (line...

2 years ago | 1 answer | 0

1

answer

Question


How do I compute double integrals in Simulink?
function Fx = ExFx_fun(x,y) coder.extrinsic("integral2") Fx_fun=@(x,y) x^2+y^2; Fx=integral2(Fx_fun,0,x,0,y); end ..........

2 years ago | 0 answers | 0

0

answers