Community Profile

photo

Kerry Paparusi


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Explorer
  • Thankful Level 1

View badges

Feeds

View by

Question


MatLab does not like my function. It says I need an 'end', but I have one.
function drawbox(v0,v,width,color) box=zeros(2,6); tmp=hypot(v(3)-v0(3),v(1)-v0(1)); if tmp > 1e-8 p=[v(3)-v0(3),0,-(v(...

2 years ago | 1 answer | 0

1

answer