Community Profile

photo

Jeno Boka


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
pcd file written generated from matlab not being read by pcl
Note: ptCloud is a point cloud, read with MATLAB. % create a Point Cloud, which is of single type ptCloudSingle = pointC...

5 years ago | 2

Question


Matlab r2017b savefig 'No file specified'
I am not able to save a fig in Matlab R2017b. I tried the following dummy code: fig = figure; subplot(1,2,1) imshow('satu...

6 years ago | 1 answer | 1

1

answer

Answered
How to get the phase sift of the filtering?
Anyone any idea?

6 years ago | 0

Question


normrnd function not working
I tried the following examples: n1 = normrnd(1:6,1./(1:6)) n2 = normrnd(0,1,[1 5]) n3 = normrnd([1 2 3;4 5 6],0...

6 years ago | 1 answer | 0

1

answer

Question


Check the equality of custom Classes using Matlab Unit Test suite
I am currently developing a class based Matlab Unit Test project, I am using the following code to verify the equality of two st...

7 years ago | 1 answer | 1

1

answer

Question


How to check if a verification did not pass?
I am currently developing a calss based Matlab Unit Test project, I wish to run a function, when two structs are not equal.Insid...

7 years ago | 1 answer | 1

1

answer