Statistics
RANK
5.770
of 295.467
REPUTATION
8
CONTRIBUTIONS
8 Questions
5 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
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
Feeds
Question
Incrementally add points to point cloud and perform nearest neighbour search
Hello, I use an algorithm for 3D path planning that alternately creates a new point, finds the nearest neighbor in an existin...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Read OctoMap file with Robotics System Toolbox
Hello, I am trying to read OctoMap files like the ones that can be found here: <http://ais.informatik.uni-freiburg.de/projec...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
Compare point cloud to surrounding contour
I am currently working on a CV project and I need to determine to which extent a point cloud and a contour overlap. Please consi...
meer dan 7 jaar ago | 0 answers | 0
0
answersrotate3d off not working
I contacted MATLAB support and they say it is a known bug and that they will fix it in a future release.
meer dan 7 jaar ago | 0
Question
rotate3d off not working
I have an application that uses _pcshow()_ to plot a point cloud. It seems to activate _rotate3d_ which I have to turn off by al...
meer dan 7 jaar ago | 3 answers | 0
3
answerscalculation error for floor function
If you have the Symbolic Math Toolbox, try this: x = vpa(2.3 * 50) x = 115.0 x = floor(x) x = 115
bijna 8 jaar ago | 0
Why isn't my nested if statement not working
I did not check the entire code but it looks like you got your conditions wrong because it always enters the first if for one si...
bijna 8 jaar ago | 0
Looping 100 elements at a time for an array
I do not know how to work with regress() but applying a function to a section of a vector/matrix usually works like this: x...
bijna 8 jaar ago | 0
| accepted
How to replace a certain value for another one once in a vector without using the index?
Use this to replace all elements with the value of 9.1 with rep: vec(vec == 9.1) = rep vec = 89.7000 50.0000 6...
bijna 8 jaar ago | 0
| accepted
Question
Camera Calibration: Tilt image to make camera and image plane perpendicular
I am currently working in the fields of computer vision and camera calibration. I use the Stereo Camera Calibrator App provided ...
bijna 8 jaar ago | 2 answers | 0
2
answersQuestion
Set class method as CloseRequestFcn
I am currently working on a waitbar that is implemented as a class. I need to detect when the user clicks the X-button of the wi...
bijna 8 jaar ago | 1 answer | 0
1
answerQuestion
Code simple custom waitbar
Hello, I am trying to code a very simple waitbar for my GUI. I have written it as a script that works just fine but I would l...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
Click face of patch object
Hello, I use patch(X, Y, Z, C) to view a 3D model and compute values for each face. I would like to click a face and get its ...
meer dan 9 jaar ago | 1 answer | 0