photo

Thomas Merlo


Last seen: bijna 3 jaar ago Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

meer dan 3 jaar ago | 0

Answered
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)]);

ongeveer 6 jaar ago | 10