필터 지우기
필터 지우기

How to create the 3D mesh plot in Simulink

조회 수: 2 (최근 30일)
Jack Daniels
Jack Daniels 2022년 11월 10일
I am having simple m-code ..
[X,Y] = meshgrid(-8:.5:8);
R = sqrt(X.^2 + Y.^2) + eps;
Z = sin(R)./R;
figure(1)
mesh(Z)
and it displays
I want to do it in Simulink - Is it possible to do 3D mesh in SImulink - how?

답변 (0개)

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by