Community Profile

photo

kevin harianto


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Why do I get the error 'CAT arguments dimensions are not consistent'?
I am wondering about why the error could be occuring in tempPtCloud = ptCloud; %ptCloud being read only we can not add the t...

2 years ago | 0

Answered
How would I add an extra dimension to an already existing matrix?
I am still getting an error whenever I am trying to add more dimensions. at tempPtCloud = cat(2, tempPtCloud.Location,zeros(10...

2 years ago | 0

Answered
Why do I get the error “Dimensions of arrays being concatenated are not consistent.”?
I am wondering if there is a way to dynamically adjust this as my error is also error using horzcat, dimensions of the arrays ar...

2 years ago | 0

Answered
how to resolve the 'dot indexing not supported for this type of variable' error when creating GUIs with GUIDE?
i got a Dot indexing is not supported for variables of this type. Error in (line 163) image = ptcloud.Location; Er...

2 years ago | 0

Answered
Editing / adding Point Cloud 'Location'
I am also trying to edit the point cloud location as well however I am getting an issue with left and right side having differen...

2 years ago | 0

Answered
left and right sides have a different number of elements
I also have the same problem with it being from location(:) = [pointCloud.Location]; classdef LidarSemanticSegmentation < lidar...

2 years ago | 0

Answered
How can I check this matrix is the correct size?
what if you want to check if the size of the matrix is too small?

2 years ago | 0

Answered
compare two matrices
Is there documentation to check whether a matric is greater than in terms of size for each of the dimensions?

2 years ago | 0

Question


How to Change .pcd file Resolution
I would Like to insert a varied amount of 0s depending on the .pcd file resolution in order to meet a certain condition. this me...

2 years ago | 1 answer | 0

1

answer

Question


Change lidar labeler app's core function to read into continuously updating .pcd file
I am looking into the possibilities in which to read into a .pcd file that is being continuously updated using the machine learn...

2 years ago | 0 answers | 0

0

answers

Question


Input image size must be greater than [64 1856] error in lidar labeler app
I have an error in my machine learning algorithm where it would display an issue with the image size. I am using a .pcd file dif...

2 years ago | 1 answer | 0

1

answer

Question


how to read different pcd file heights in ML algorithm lidar labeler app
I am trying to utilize a pcd file with a height of 1 for my machine learning algorithm. but for some reason I am getting an erro...

2 years ago | 1 answer | 0

1

answer

Answered
"Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 51-by-1" appears from A(N-1, N-2) = aw; How to solve this? Not sure what it says... Maybe someone can help me?
Unable to perform assignment because the size of the left side is 1856-by-3 and the size of the right side is 1856-by-1. I...

2 years ago | 0

Question


obtain lidar labeler distance and timestamp to save into file
I am trying to save a single predicted results based off from the automation labeler example from MATLAB as well as obtain the t...

2 years ago | 0 answers | 0

0

answers