photo

Thomas Merlo


Last seen: fast 3 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Multiple Callback Functions
try putting all the function names in a single string: hMenu = gcf; set(hMenu,'MenuBar','none'); h = uimenu(hMenu,'Label','Mu...

mehr als 3 Jahre vor | 0

Beantwortet
How to connect two points with a line
put each point in an [x y] vector: p1 = [1 2], p2 = [3 4]. Then plot plot([ p1(1) p2(1)], [p1(2) p2(2)]);

etwa 6 Jahre vor | 10