custom plots in simulink
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello, I'm using Simulink and wanted generate custom figures using some of the simulation signals while the simulation is running. for example, I'm generating a reference trajectory for my robot and controlling the robot so that it follows this trajectory and I want to plot the actual vs. reference x and y coordinates of the simulations using a user defined function (which I've already created and working).
I want this figure to display like the XY-graph function as the simulation runs. is it possible to do that and how?
thanks
댓글 수: 0
답변 (1개)
Will Nitsch
2017년 5월 12일
You should be able to do this with a MATLAB function block. https://www.mathworks.com/help/releases/R2017a/simulink/slref/matlabfunction.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Plot Customization에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!