Borrar filtros
Borrar filtros

How to create the 3D mesh plot in Simulink

2 visualizaciones (últimos 30 días)
Jack Daniels
Jack Daniels el 10 de Nov. de 2022
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?

Respuestas (0)

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by