Feeds
답변 있음
Plot a quadrilateral having 8 points (each side passes through two points)
x = [10.0001 10 30 70 90 90.1 30 70]; y = [-45 -65 -25 -25.1 -45 -65 -105 -105.1]; [cornerX, cornerY] = cornerFinder(x,y); p...
Plot a quadrilateral having 8 points (each side passes through two points)
x = [10.0001 10 30 70 90 90.1 30 70]; y = [-45 -65 -25 -25.1 -45 -65 -105 -105.1]; [cornerX, cornerY] = cornerFinder(x,y); p...
대략 3년 전 | 0
| 수락됨
질문
Plot a quadrilateral having 8 points (each side passes through two points)
I have 8 points and need to plot a quadrilateral using those. Each side of it passes through two of these points, which are defi...
대략 3년 전 | 답변 수: 2 | 0
2
답변질문
Open a file not knowing the extension
Hi, I need to open some files but their extensions could be different whenever the code is run. Is there any way to open a file...
3년 초과 전 | 답변 수: 1 | 0