Mesh Visualization Function
Version 1.0.0.0 (1.05 KB) by
SiddharthKrishnamoorthy
This function visualizes a 2-D mesh created for solving a PDE/ODE.
This simple function visualizes a mesh that you have created to solve some differential equation. I came up with it because I was having trouble visualizing the stretched mesh I had created for a CFD problem I was solving. Create two matrices containing the X and Y coordinates of mesh points (must be the same size).
Type cfdmesh(X,Y) to visualize the mesh.
It's nothing fancy, but it saves you some irritation and a few lines of code.
Cite As
SiddharthKrishnamoorthy (2026). Mesh Visualization Function (https://in.mathworks.com/matlabcentral/fileexchange/34664-mesh-visualization-function), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2008a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Partial Differential Equation Toolbox > Geometry and Mesh >
- Engineering > Mechanical Engineering > Computational Fluid Dynamics (CFD) >
Find more on Geometry and Mesh in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
