Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
%SURF2STL Write STL file from surface data.
% SURF2STL(surfhandle, 'filename') writes a stereolithography (STL) file
% for a surface with the given handle surfhandle. It eliminate triangles
% with zero area.
%
% SURF2STL(...,'mode') may be used to specify the output format.
%
% 'binary' - writes in STL binary format (default)
% 'ascii' - writes in STL ASCII format
%
% Example:
% [X, Y, Z] = peaks;
% s = surf(X, Y, Z);
% surf2stl(s, 'test.stl');
% See also SURF.
Zitieren als
Lateef Adewale Kareem (2026). surf2stl (https://de.mathworks.com/matlabcentral/fileexchange/117400-surf2stl), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.1 (1,91 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.1 | This updates takes care of situation where surf is generated with vector of X and Y instead of matrices. The algorithm calls meshgrid to convert the XData and YData to the appropriate matrices. |
||
| 1.0.0.1 | Update the description |
||
| 1.0.0 |