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...
4年弱 前 | 1 件の回答 | 0