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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0