Export a Matlab surface to an Avizo© (VSG) compatible surface

Version 1.0.0.0 (1.94 KB) by Sheng Yue
Export a single surface defined by vertices and triangular faces to an Avizo compatible surface
304 Downloads
Updated 24 Nov 2011

View License

Usage:
writeAvizoSurf(f,v,filename,colourTissue,colourExterior);
writeAvizoSurf(f,v,filename,colourTissue);
writeAvizoSurf(f,v,filename);
writeAvizoSurf(f,v);

Parameters:
f - triangular faces, n by 3
v - list of vertices, n by 3
filename - the filename for exported surface
- Default value: ExportedEllipsoid.surf
colourTissue - the colour of the surface, e.g. [1 0 0] for red
- Default value: [1 0.8 0.4];
colourExterior - the colour of the background
- Default value: [0.8 0.8 0.8];
Example:
[x, y, z] = ellipsoid(0,0,0,3,4,5,30);
[f,v,~] = surf2patch(x,y,z,z,'triangles');
writeAvizoSurf(f,v,'ExportedEllipsoid.surf',[1 0 0], [0.8 0.8 0.8]);

Author: Sheng Yue
Email: sheng.yue.84@gmail.com
Created: 24 November 2011
Version: 1.0

Cite As

Sheng Yue (2024). Export a Matlab surface to an Avizo© (VSG) compatible surface (https://www.mathworks.com/matlabcentral/fileexchange/33917-export-a-matlab-surface-to-an-avizo-vsg-compatible-surface), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0