William Chamberlain
Followers: 0 Following: 0
Statistics
RANK
271 653
of 295 448
REPUTATION
0
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
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
Is it possible to calculate the line of sight between two points in a 2d polygon?
Kelly's answer is _better_ , but in case you're after something which operates on grids/maps/images, here's a couple of Bresenha...
ungefär 6 år ago | 0
get the matrix values under a line
Bresenham's line algorithm implementations: * Item one <https://au.mathworks.com/matlabcentral/fileexchange/25544-line-dr...
ungefär 6 år ago | 0
How to determine which grid cells a line segment passes through?
Bresenham's line algorithm implementations: * Item one <https://au.mathworks.com/matlabcentral/fileexchange/25544-line-dr...
ungefär 6 år ago | 0
How can I get CurrentPoint to display the coordinates within a figures axes rather than the coordinates of the whole figure itself.
gcf_currentpoint = get(gcf, 'CurrentPoint') gives the pixel coordinates axes_handle = gca pt = get(axes_handle, 'Cu...
mer än 6 år ago | 0
Question
How do I write bytes to a serial object - to send data over USB-serial XBee to Arduino?
I am trying to send NMEA messages as data over USB-serial XBee to Arduino to control a robot. I can open a Serial object and ...
mer än 8 år ago | 1 answer | 0