필터 지우기
필터 지우기

Simulink Model about Delaunay Triangulation

조회 수: 3 (최근 30일)
Sandra Jnt
Sandra Jnt 2022년 11월 2일
답변: ag 2023년 9월 7일
Hello,im trying to make a Simulink block about delaunay triangulation that will have as inputs the InnerConeosition and the OutterConeosition and as an output i want to have a vector that will have the midpoints. I have started something but a lot of errors occured and i cant seem to understand some of them. I would really appretiate it if someone could have an eye on it and be willing to discuss it further!!
  댓글 수: 1
the cyclist
the cyclist 2022년 11월 2일
Only commenting because you reached out via email. Sorry, but I don't know anything about Simulink.

댓글을 달려면 로그인하십시오.

답변 (1개)

ag
ag 2023년 9월 7일
Hi Sandra,
I understand that you are looking to implement a SIMULINK model that takes "InnerConeosition" and "OutterConeosition" as inputs and outputs a vector containing the midpoints.
You can follow the below mentioned steps to form a model with your desired functionality:
  • Add a MATLAB Function block to your SIMULINK model.
  • Connect the "InnerConeosition" and "OutterConeosition" inputs to the MATLAB Function block's input ports.
  • Connect the output of the MATLAB Function block to an output port.
  • Inside the MATLAB Function block, utilize the "Delaunay triangulation" function provided by MATLAB to calculate the midpoints.
In order to assist you better, I request you to share your model and the errors that you are facing.
Please refer to the below documentation to learn more about the “Delaunay Triangulation” function in MATLAB.
https://www.mathworks.com/help/matlab/math/delaunay-triangulation.html
Regards,
Aryan Gupta

카테고리

Help CenterFile Exchange에서 Delaunay Triangulation에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by