Community Profile

photo

Jack


Arizona State University

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
Determining the intersection of two vectors
Ah, ok thanks. Is there a different function for (x,y) intersection point which returns NaN if they don't intersect? That's re...

9 years ago | 0

Question


Determining the intersection of two vectors
Below is my working code for a simple program to graph two vectors. line([0,50],[30,30]); line1 = [0 30 50 30 ]; line...

9 years ago | 4 answers | 0

4

answers

Question


Line Drawing Syntax Variations
Hi All, Fairly new to matlab. I'm currently using NorthWall = [[0,30] 1 0]; to draw a horizontal line at y=30. Is there a w...

9 years ago | 1 answer | 0

1

answer