photo

Dereck


Michigan Technological University

Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Robotics, Signal Processing

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
186 885
of 300 364

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 407

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 Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Why does quatrotate() produce negative rotations?
*Code* % YPR angles to rotate yaw = pi/4; pitch = 0; roll = 0; % Point to rotate A = [ 1 0 0] ...

ungefär 11 år ago | 1 answer | 0

1

answer

Answered
How can I orbit a plot3 via mouse while updating it?
I found a solution that worked better for me based on Geoff's Answer: figure(1) clf; for i = 1:100000 set(0, 'Cu...

ungefär 11 år ago | 0

Question


How can I orbit a plot3 via mouse while updating it?
I have a plot that I want to be able to orbit with my mouse while it's updating. But every update to the plot forces the plot to...

ungefär 11 år ago | 2 answers | 0

2

answers

Question


Why does lla2flat() return a negative altitude?
Example: >> lla2flat([47.1168 -88.5394 161.5260], [47.1167 -88.5393], 0, 0) ans = 11.1173 -7.5890 -...

ungefär 11 år ago | 1 answer | 0

1

answer