Community Profile

photo

William Chamberlain


Actif depuis 2016

Statistiques

  • First Review
  • First Answer
  • Thankful Level 1

Afficher les badges

Content Feed

Afficher par

A répondu
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...

plus de 5 ans il y a | 0

A répondu
get the matrix values under a line
Bresenham's line algorithm implementations: * Item one <https://au.mathworks.com/matlabcentral/fileexchange/25544-line-dr...

plus de 5 ans il y a | 0

A répondu
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...

plus de 5 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 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 ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse