How to create an interactive 3D axis
조회 수: 2 (최근 30일)
이전 댓글 표시
I have this vision in my mind that I would hope it could be possible.
So consider the following image which I let MATLAB read
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/747244/image.jpeg)
I want to know if there's a code where a user has to define a 3D axis by identifying 4 points on the figure like this :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/747249/image.jpeg)
After the user plots these points, MATLAB should create a 3D axis that connects these points as follow :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/747254/image.jpeg)
Once this is accomplished MATLAB should take this axis reference into account if a user wishes to identify points on this image where MATLAB should calculate (x,y,z) coordinates with respect to the origin that the user had identified earlier.
I would be really grateful if such algorithm is possible to make and I would be happy for any suggestions
댓글 수: 0
답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!