photo

William Chamberlain


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • First Answer
  • Thankful Level 1

バッジを表示

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...

6年弱 前 | 0

回答済み
get the matrix values under a line
Bresenham's line algorithm implementations: * Item one <https://au.mathworks.com/matlabcentral/fileexchange/25544-line-dr...

6年弱 前 | 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...

6年弱 前 | 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...

6年以上 前 | 0

質問


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 ...

8年弱 前 | 1 件の回答 | 0

1

回答