photo

Sjoerd


Last seen: 3 months ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
35,206
of 300,352

REPUTATION
1

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

  • First Answer

View badges

Feeds

View by

Answered
Getting to camera coordinates from world coordinates. (estimateCameraParameters)
Got it. All I needed to do was; imagePoints(1,:) =imagePoints(1,:)./imagePoints(3,:); imagePoints(2,:) =imagePoints(2,:)./imag...

1 year ago | 0

Question


Getting to camera coordinates from world coordinates. (estimateCameraParameters)
I did a camera calibration, which gives me the cameraParams . I then assumed that I could do A = cameraParams.Pattern...

1 year ago | 1 answer | 0

1

answer

Answered
Problem with varargin and getting output
Hi Lissa, I would move the following code to outside of teh function (in general, don't have paths and filenames inside fun...

4 years ago | 0

Question


Reading data from Sensor Streamer; data conversion binary==>float
Hi All, I have some trouble reading data from an Iphone app (sensor streamer, https://itunes.apple.com/us/app/sensor-data-stre...

11 years ago | 2 answers | 1

2

answers