How do I get a 3D plot (surface) from a Simulink Block (two inputs, one output)?

조회 수: 10 (최근 30일)
Luca Santachiara
Luca Santachiara 2016년 9월 29일
답변: Harsha Phadke 2016년 10월 4일
I have a subsystem which has just two inputs and a single output:
I believe it's something similar to a two-variables function:
"z=f(x,y)"
which is
"Output=f(Input1,Input2)"
I'd like to get a 3D plot of the function represented by the block, a surface, something which looks like this image from the web:
How do I get that?
Thank you

답변 (2개)

Swarooph
Swarooph 2016년 10월 4일
You can use the surf function in a MATLAB Function block. Read through the documentation of the MATLAB Function block to see stuff you need to do to get MATLAB visualization to work in it. For e.g. the following description from the documentation: To support visualization of data, the MATLAB Function block supports calls to MATLAB functions for simulation only. See Extrinsic Functions to understand some of the limitations of this capability, and how it integrates with code analysis for this block.

Harsha Phadke
Harsha Phadke 2016년 10월 4일
You can export the Simulink data to base workspace and then use "surf" to plot the graph for this data. Refer the documentation on the following link for more insight into Exporting Simulink Data.

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by