Statistics
RANK
793
of 263.017
REPUTATION
75
CONTRIBUTIONS
165 Questions
103 Answers
ANSWER ACCEPTANCE
43.64%
VOTES RECEIVED
42
RANK
2.636 of 18.001
REPUTATION
589
AVERAGE RATING
4.80
CONTRIBUTIONS
21 Files
DOWNLOADS
164
ALL TIME DOWNLOADS
4474
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How can I export a scenario containing a parkingLot to xml format or OPENSCENARIO to save the map?
As far as I know, TMW has introduced parkingLot to drivingScenario since 2021b, but this type “parkingLot” of scenario export to...
1 dag ago | 0 answers | 0
0
answersHow do I solve for the coordinates of the vertices of a Trirectangular Tetrahedron using the symbolic toolbox?
After experimentation, the coordinates of the base triangle BCD are solved indirectly by solving for the coordinates of the orth...
4 dagen ago | 0
| accepted
Question
How do I solve for the coordinates of the vertices of a Trirectangular Tetrahedron using the symbolic toolbox?
The coordinates of the three points on the base of a right-angled tetrahedron ABCD (Trirectangular Tetrahedron: a tetrahedron wi...
4 dagen ago | 1 answer | 0
1
answerUsing C++ Mex Function how to get std::string argument?
matlab code input1 = "string1"; input2 = "string2"; myMexFunction(input1,input2); mex c++ code using namespace matlab::data...
9 dagen ago | 0
Question
what's the difference between these matlab data API strings functions?
" matlab::data::MATLABString" ,"matlab::data::String", "matlab::engine::String","factory.createArray<MATLABString>" ... have som...
11 dagen ago | 0 answers | 0
0
answersQuestion
mex compilation not working?
I have a very simple C++ program "readBinFile.cpp" for reading the binary file bin, but mex compiles with an error.How do I fix ...
11 dagen ago | 0 answers | 0
0
answersundistortFisheyePoints function How does it work?
after i look at undistortFisheyPoints internal implementation and expermient, it turns out the following implementation. funct...
16 dagen ago | 0
| accepted
Question
How can the parameters of the calibrated fisheye camera model in matlab and opencv be converted to each other?
as far as i know, Computer Vision Toolbox calibration algorithm uses the fisheye camera model proposed by Scaramuzza , while op...
17 dagen ago | 1 answer | 0
1
answerQuestion
drivingScenarioDesigner can't dynamic show 3D UnrealEngine ego vhicle scence?
when i contruct driving scenario programmatically, and then import into the drivingScenarioDesigner ,chasePlot 3d dynamic simula...
24 dagen ago | 0 answers | 0
0
answersQuestion
how to import drivingScenario object into DrivingScenarioDesigner?
I construct "drivingScenario" object by drivingScenario function programmatically, then i add some actors in it, however, i can'...
25 dagen ago | 1 answer | 0
1
answerHow to create bird's Eye View Image
please make sure your camera intrinsic matrix is correct and your video frame is always match your extrinsic params(mounting hei...
28 dagen ago | 0
Why is imwarp not getting the birdsEyeView image I'm expecting?
After my personal experiments, imwarp by default transforms the whole image, if you need to transform a local ROI image, you nee...
28 dagen ago | 0
| accepted
Question
Why is imwarp not getting the birdsEyeView image I'm expecting?
I want to do a birds eye image conversion on a monocular car camera image, I have made some adaptations based on the official "b...
29 dagen ago | 1 answer | 0
1
answerWhy do vehichleToImage and worldToImage results not match?
After trying to experiment, I now have a full grasp of the problem and its internal implementation. I wrote a simple matlab func...
ongeveer een maand ago | 0
| accepted
Question
matlab hardwareManager support mobile phone?
as far as i know , matlab mobile product is a independent toolbox from hadware manager, i try to use mobiledev to create a conne...
ongeveer een maand ago | 0 answers | 0
0
answersQuestion
“chasePlot” do't show ego vhicle?
why the following code did not show egovhicle? I try to set chasePlot propertites ViewLocation to larger than default,but it sti...
ongeveer een maand ago | 1 answer | 0
1
answerQuestion
matlab support markdown syntax?
matlab live script would be better if it could directly support markdown syntax (and preview), I learned from a third-party prog...
ongeveer een maand ago | 0 answers | 0
0
answersQuestion
performance: fullfile function execution efficiency could be improved.
The fullfile execution efficiency could be improved with the following tests: t1 = tic; for i = 1:10000 f = fullfile('c:\...
ongeveer een maand ago | 1 answer | 0
1
answermatlab function block Unable to call function?
The matlab function block in simulink has a "new feature syntax restriction" compared to the matlab general function. If there i...
ongeveer een maand ago | 0
| accepted
Question
matlab function block Unable to call function?
I'm trying to write some custom matlab program in simulink via a matlab function block, and the function in the block calls anot...
ongeveer een maand ago | 1 answer | 0
1
answerError in simulink simulation official example program?
delete the "slprj" folder and some of the intermediate files "*.slxc" that were created, and then re-simulate them.
ongeveer een maand ago | 0
| accepted
Question
I can't connect to my phone via "mobiledev"?
I'm trying to connect to my Iphone via the "mobiledev" function from my desktop matlab, following the steps in the tutorial here...
ongeveer een maand ago | 0 answers | 0
0
answersExtremely long delay when opening a Simulink model with UDP block (Instrument Control Toolbox)
R2022a have the same issue... MATLAB Takes up too much memory automated driving toolbox: driving scenaro app
ongeveer een maand ago | 0
Question
undistortFisheyePoints function How does it work?
How does this function work? According to the documentation, I understand the general process, but I don't know how to convert t...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
How to get the fisheye camera Intrinsic Parameters reference according to the aberration table provided by the fisheye lens manufacturer?
I have a fisheye lens aberration correction table like the one below, how can I get the fisheye camera internal reference model(...
ongeveer 2 maanden ago | 0 answers | 0
0
answersIs it similar to the cv::remap reprojection mapping function in opencv in matlab?
use "interp2" function! The similarities and differences between "cv::remap" in opencv and "interp2" in matlab: Main common po...
ongeveer 2 maanden ago | 1
| accepted
Question
Is it similar to the cv::remap reprojection mapping function in opencv in matlab?
As far as I know, I know interp2,interp,griddata,scatteredInterpolant and other functions can achieve my non-aligned regular gri...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
How to change each column of data in a matrix into a comma expression in an elegant and efficient way?
I want to convert a numeric matrix with multiple columns to a comma expression, especially when the matrix has more columns, usi...
ongeveer 2 maanden ago | 1 answer | 0
1
answerQuestion
Why do vehichleToImage and worldToImage results not match?
As far as I don't fully understand, I think these 2 functions should internally implement the same principle, converting points ...
2 maanden ago | 1 answer | 0
1
answerQuestion
Multiple toolboxes with lots of redundant features?
Note that this is not a question that needs to be answered, I would like to start a discussion on this. In recent years, mathwor...
2 maanden ago | 1 answer | 0