Main Content

226 results in File Exchange

stlwrite - write ASCII or Binary STL files

Version 1.9.0.0 by Sven

Export a variety of inputs (patch, surface) to an STL triangular mesh

** Big speed boost courtesy of Oliver Woodford. Recommended to update to latest version ** stlwrite(FILE, FV) writes a stereolithography (STL) file to FILE for a triangulated patch defined by

- STLWRITE Write STL file from patch or surface data.
  • 30.5K (All time)
  • 35 (Last 30 days)
  • 4.9 / 5
  • Community
  • 4 May 2018

STL File Reader

Version 1.2.0.0 by Eric Johnson

STLREAD imports geometry from a binary stereolithography (STL) file into MATLAB.

In addition to the STLREAD import function, this submission also includes a small demo that loads an STL model of a human femur bone.FV = STLREAD(FILENAME) imports triangular faces from the binary

- STLREAD imports geometry from an STL file into MATLAB.
  • 40.4K (All time)
  • 27 (Last 30 days)
  • 4.7 / 5
  • Community
  • 20 Jul 2011

surf2stl

Version 1.0.0.0 by Bill McDonald

Write STL file from surface data.

SURF2STL Write STL file from surface data. SURF2STL('filename',X,Y,Z) writes a stereolithography (STL) file for a surface with geometry defined by three matrix arguments, X, Y and Z. X, Y

- SURF2STL Write STL file from surface data.
  • 26.5K (All time)
  • 34 (Last 30 days)
  • 4.6 / 5
  • Community
  • 24 Feb 2004

DGM's Legacy STL Tools

Version 1.1.2 by DGM

An efficient and fully-featured legacy-compatible STL encoder and decoder, along with other assorted tools.

I figured that if I was going to nitpick every STL tool on the FEX, it's only fair that I at least put my own questionable work on the table. So that's the core of this mini-toolbox. Both the

- identifies the format of the STL file
  • 29 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Jan 2026

Converting a 3D logical array into an STL surface mesh

Version 1.6.0.0 by Adam Aitkenhead

Conversion of a voxelised object contained within a 3D logical array into an STL surface mesh.

Converting a 3D logical array into an STL surface mesh====================================================== Adam H. Aitkenhead adam.aitkenhead@christie.nhs.uk The Christie NHS Foundation Trust 24th

- WRITE_stl Write an STL file in either ascii or binary
- CONVERT_voxels_to_stl Convert a voxelised object contained within a 3D logical array into an STL surface mesh
- Load an example dataset. The contents are as follows:
- CONVERT_meshformat Convert mesh data from array to faces,vertices format or vice versa
  • 5.5K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 9 Jul 2012

STL Lattice Generator

Version 1.4.0.0 by Marten

Lattice generator program in STL format for additive manufacturing

The Lattice Generator is a simple MatLab program that automatically generates various lattice geometries direct to STL format. These periodic structures are intended for use with the metallic

- STL List Write Function
- Function to ammend start or end of STL File
- Lattice STL Creation
- STL Write Function
  • 5.2K (All time)
  • 16 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jan 2015

Binary STL file reader

Version 1.0.0.0 by Francis Esmonde-White

This binary STL file reader is much faster than the existing readers.

This function is used for loading binary STL files.There are already two stlread.m files available on the mathworks file exchange site. Harlev's version reads in the data and returns matrices with

- This function reads an STL file in binary format into vertex and face
  • 9.7K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 4 Jan 2011

Make STL of 3D array (Optimal for 3d printing)

Version 1.0.0 by Amir Safari

make_STL_of_Array Convert a voxelized object contained within a 3D logical array into an STL surface mesh, It's optimal for 3D printing.

make_STL_of_Array Convert a voxelized object contained within a 3D logical array into an STL surface mesh, It's optimal for 3D printing because of the number of faces in final STL is as low as

- Write STL file from patch or surface data.
  • 2.4K (All time)
  • 5 (Last 30 days)
  • 4.9 / 5
  • Community
  • 13 Sep 2018

stlTools

Version 1.1.0.0 by Pau Micó

This is a collection of functions, samples and demos to illustrate how to deal with STL files

The 'stlTools' toolbox is a collection of functions, samples and demos to illustrate how to deal with STL files. Some of them are contributions published in Matlab Central and properly referenced

- STLWRITE Write STL file from patch or surface data.
- STLREAD reads any STL file not depending on its format
- STLPLOT is an easy way to plot an STL object
- STLREADBINARY reads a STL file written in BINARY format
- STLREADASCII reads a STL file written in ASCII format
- STLDELVERT removes a list of vertices from STL files
- STLGETFORMAT identifies the format of the STL file and returns 'binary' or
- STLADDVERTS adds new vertices (and consequently, new faces) to a STL object
- STLDEMO shows how to use the functions included in the toolbox STLTOOLS
- PATCHSLIM removes duplicate vertices in surface meshes.
- GETVERTS returns the vertices that are 'opened' or 'closed' depending on
  • 9.2K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Oct 2017

surf2stl

Version 1.0.1 by Lateef Adewale Kareem

Write STL file from surface data.

%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

- Write STL file from surface data.
  • 228 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 May 2024

stlread

Version 1.0.0.0 by Doron Harlev

Read STL file into MATLAB patch compatible matrixes.

This function reads a binary SPL file into X, Y, Z, C matrixes compatible with the MATLAB patch function.See, http://rpdrc.ic.polyu.edu.hk/old_files/stl_binary_format.htm , for more information on

- This function reads an STL file in binary format into matrixes X, Y and
  • 10.1K (All time)
  • 5 (Last 30 days)
  • 4.8 / 5
  • Community
  • 7 Jan 2005

Function for importing and plotting STL files in MATLAB

Version 1.0.0.0 by siddhesh rane

This file will import and plot ASCII STL file in MATLAB.

- reads ASCII STL file and gives coordinates of vertices.
  • 4.6K (All time)
  • 2 (Last 30 days)
  • 3.5 / 5
  • Community
  • 23 May 2013

UR5Robot-MEX-Matlab

Version 1.0.1 by Pradeep Rajendran

Matlab classes for computing forward kinematics and inverse kinematics of a UR5 robot along with a class for visualizing it

https://www.mathworks.com/matlabcentral/fileexchange/38964-example-matlab-class-wrapper-for-a-c-class2) stlTools by Pau Micóhttps://www.mathworks.com/matlabcentral/fileexchange/51200-stltools?focused=3878420&tab=function3) universal_robot package by Kelsey Hawkins (kphawkins@gatech.edu

- Write STL file from patch or surface data.
- reads any STL file not depending on its format
- is an easy way to plot an STL object
- reads a STL file written in ASCII format
- reads a STL file written in BINARY format
- adds new vertices (and consequently, new faces) to a STL object
- identifies the format of the STL file and returns 'binary' or
- STLDEMO shows how to use the functions included in the toolbox STLTOOLS
  • 947 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Jan 2019

gibbonCode/GIBBON

Version 3.5.0 by Kevin Moerman

GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

- Below is a demonstration of the features of the import_STL function
- Below is a demonstration of the features of the import_STL_bin function
- Below is a demonstration of the features of the patch2STL function
  • 4K (All time)
  • 29 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jul 2024

mph2stl

Version 1.0.0.0 by Henning Francke

Converts COMSOL geometry object from geometry files or workspace to stl-file

COMSOL, reimporting did work.Hope this helps anyone.%%%%%MPH2STL(infile,outfile) loads the mphbin/mphtxt-file, plots it and calls Raw2stl to save the stl file. Plotting is essential because the

  • 2.1K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 5 Apr 2007

Design Oriented Trebuchet Model with SimMechanics

Version 1.0 by James Allison

Advanced trebuchet model that predicts dynamic performance based on design changes.

- Copyright 2011 The MathWorks, Inc.
- Copyright 2011 The MathWorks, Inc.
- Copyright 2011 The MathWorks, Inc.
- Copyright 2011 The MathWorks, Inc.
  • 1.9K (All time)
  • 12 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Feb 2016

STL_Export

Version 1.3.0.0 by Andreas Richter

This is a tool to export 3D graphics from a Tri_Surface file to an ASCII STL file.

Before the export, the Tri_Surface file can be used in Matlab for visualization, some calculations or modifications. Thereafter, the datafor further processing often re-used in the STL

- This is a tool to export 3D graphics from a Tri_Surface file to an ASCII STL file.
  • 2.2K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 29 Jun 2009

Fast STL import function

Version 1.0.0.0 by Eric Trautmann

Function to import .stl geometry model files into matlab.

This version is currently ASCII only but future revisions will support binary. This function is based off of Luigi Giaccari's STL importer but uses the textscan function to dramatically increase

- function to import ASCII STL files into matlab. This update uses the
  • 3.8K (All time)
  • 1 (Last 30 days)
  • 4.1 / 5
  • Community
  • 31 Mar 2011

Export Voxel Data

Version 1.1.0.0 by Cyprian Lewandowski

Export objects described in a logical matrix, label matrix or voxel list to STL and PovRay mesh2.

Export Voxel Data===================This submission allows to export multiple objects described in logical matrix, label matrix or voxel list data to STL and PovRay mesh2 format.Mesh can be

- N_StlAddMesh adds STL type mesh to a stl_file.
- N_StlMakeFile creates a STL file format description of the mesh.
- N_StlExportToBlender exports a configuration .txt file that can be used by
- N_StlCreateMeshList outputs a mesh_list color coded structure that can be
- ExportVoxelData permits export of voxel data (i.e. a 3D matrix) to STL
- N_3DAddVoxelDats converts voxel data into mesh structure and outputs such
- N_3DAddVoxelDatsConvexHull converts voxel data into mesh structure using convhull
- N_3DAddVoxelDatsGeometric converts BW voxel data into mesh structure by computing a
- N_3DAddVoxelDatsIsoSurface converts BW voxel data into mesh structure by computing an
  • 2.1K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 27 Oct 2017

read_stl_file(name)

Version 1.0.0.0 by Eugenio

File for reading a stl file in MATLAB

Get information in MATLAB about a STL file. Use it as,[F, V, N] = read_stl_file('myfile.stl');where F are "faces", V are "vertices" and N are "normals".The object can be plotted with,p = patch('Faces

- Function for reading a stl file
  • 514 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Oct 2015

read_binary_stl_file(filename)

Version 2.0.0.0 by Sunil Bhandari

a very fast binary stl file reader.

reads stl files in very short time. does not read color.reads binary file and returns triangle nodes as n*3 matrix , vertices as 3n*3 matrix and normals as n*3 matrixtriangles can be plotted using

- plots the triangles in stl file. The vertices in v need to be
- reads a binary file and gives out triangles, vertices and normals
  • 252 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Mar 2017

CLUMP: Code Library to generate Multi-sphere Particles

Version 2021.08.01 by Vasileios Angelidakis

Generation and shape characterisation of multi-sphere particles

triangulated mesh and saved as an stl file, allowing for a full characterisation of particle morphology, using tools like SHAPE or 3D-printing of physical particle replicas. CLUMP was initially developed in

- is an easy way to plot an STL object
- reads any STL file not depending on its format
- reads a STL file written in BINARY format
- adds new vertices (and consequently, new faces) to a STL object
- Write STL file from patch or surface data.
- reads a STL file written in ASCII format
- identifies the format of the STL file and returns 'binary' or
- STLDEMO shows how to use the functions included in the toolbox STLTOOLS
  • 174 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Jun 2024

Computation of craniofacial symmetry

Version 1.0.0 by Manuel Pinheiro

Computation of 3D symmetry plane of a triangulated model

Jakob Wilm and that can be found in:http://mathworks.com/matlabcentral/fileexchange/27804-iterative-closest-pointAnd the stlTools provided by Pau Micó for STL input and output that can be found

- Write STL file from patch or surface data.
- is an easy way to plot an STL object
- adds new vertices (and consequently, new faces) to a STL object
- reads any STL file not depending on its format
- reads a STL file written in ASCII format
- reads a STL file written in BINARY format
- identifies the format of the STL file and returns 'binary' or
  • 1.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 5 Jun 2019

laser_cut_matlab_slicer

Version 1.7 by Thomas Guillod

Laser Cut Slicer in MATLAB / Porsche 917K

Laser Cut Slicer in MATLAB / Porsche 917KThis MATLAB code helps you to realize a 3d object with stacked laser cut plates:Extract the intersection of a 3d STL object and a cut plane, visualize, and

- Read a binary STL file.
- Write a binary STL file.
  • 180 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Nov 2021

OTT: Optical Tweezers Toolbox

Version 1.5.9 by Isaac Lenton

Toolbox for simulating optical tweezers

  • 1.7K (All time)
  • 14 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Jun 2022

STL to FACET model geometry file converter

Version 1.0.0.0 by Eric Trautmann

This script imports an STL file and writes a .facet file commonly used by Xpatch, etc.

This file uses import_stl_fast to pull in model geometry and write an appropriate .facet file. If you require the ability to import binary stl files, import_stl_fast can be replaced with another

- function to import ASCII STL files into matlab. This update uses the
- Function to convert an STL file input to a .FACET file, intended for
  • 1.4K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Mar 2011

CAD2MATDEMO.M

Version 1.0.0.0 by Don Riley

3D CAD data to MATLAB Converter, CAD STL to MATLAB Patch.

4 samples.To get CAD data into MATLAB, the process is:1) Export the 3D CAD data as an ASCII STL (or Pro/E render SLP) file.2) This MATLAB routine reads the CAD data, and 3) Once read, the CAD data is

  • 21.9K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 25 Jun 2003

Super Mario Bros. Demo

Version 1.1.0.0 by Mingjing Zhang

A playable demo of Super Mario Bros. World 1-1 with background music

you see up there is an ACTUAL screenshot of this demo.----------Installation ------------Regular Version: Put stl_mario_main.m and two .mat files under the same folder. Run stl

- STL_MARIO_MAIN - The main file for Mario Demo for MATLAB
  • 27.3K (All time)
  • 27 (Last 30 days)
  • 4.9 / 5
  • Community
  • 22 Apr 2013

Stellaria (Tech Demo) - The best MATLAB shooting game ever

Version 1.5.0.0 by Mingjing Zhang

If you think you have played the best MATLAB game before. Think again after you try this one.

subfolders in the search path list.!Run stl_StellariaMain to play!Gameplay--------Stellaria is just like the arcade shoot-em-up you have played before, except for the sad music.Stellaria supports two

- STL_COLLISIONDETECTION - Perform the collision detection for Stellaria
- STL_ENTERENEMIES - add enemies to this global object queues as described
- STL_DEFINEDEFAULTENEMIES - Define default enemy structures based on 'emptyEnemyStruct'
- STL_STAGE_[stagename] - Define a stage for Stellaria
- STL_STAGE_[stagename] - Define a stage for Stellaria
- STL_STAGE_[stagename] - Define a stage for Stellaria
- STL_POINTINBOXES - decide whether a group of points have intersections
- STL_CALLBACK_WINRESIZEFCN - ResizeFcn for the Main Windows of Stellaria
- Add source file paths
- Enemy Types and IDS
- Enemy Types and IDS
- Add source file paths
  • 12K (All time)
  • 10 (Last 30 days)
  • 4.8 / 5
  • Community
  • 25 Sep 2012

Washington-University/cifti-matlab

Version 1.0.2.0 by Robert Oostenveld

MATLAB code for reading and writing CIFTI connectivity files

  • 991 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Jul 2024

slice_stl_create_path(triangles,slice_height)

Version 4.0.30 by Sunil Bhandari

slice stl files and create continuous contour along the slices

This contains the matlab files to slice a stl file and create a continuous contour along which the machine can move for deposition for 3D printing. The main file is slice_stl_create.mThe supporting

  • 3.4K (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 13 May 2021

MCmatlab

Version 4.4.9 by Dominik Marti

Numerical simulation tool for Monte Carlo propagation of light in turbid media

media are referred to by a number, corresponding to the "j" defined in "mediaPropertiesFunc" at the end of the model file.You may optionally import your geometry from STL files as shown in example

  • 858 (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jun 2024

MP3 a medical imaging toolbox (MRI, CT, PET...)

Version 1.4 by benjamin lemasson

Medical software for Processing multi-Parametric images Pipelines

  • 1.3K (All time)
  • 17 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Aug 2023

brainSurfer

Version 2.0.2.2 by Alex Teghipco

MATLAB toolbox for visualizing brain data on surfaces.

  • 895 (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 May 2023

Montalvo Models, Simulations and Scripts

Version 1.0.1 by Carlos Montalvo

This is my public repo of all my MATLAB Screen cast codes and other random codes written in MATLAB

  • 1.4K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Jun 2023

Write STL C++ Mex function

Version 1.1.0.0 by Arso

c++ mex function for writing ASCII stl file from nodes and triangles list

Matlab functions for writing and reading textual files are lacking in speed. Here is c++ implementation for simple writing ASCII stl files from Matlab with reasonable speed for data up to 250k nodes

- 100k nodes and triangles test(~17MB stl file)
  • 529 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 May 2013

Generate U3D files from STL models for making multilayer 3D PDF figures

Version 1.3.0.0 by Francis Esmonde-White

Conversion of meshes into U3D files for making multilayer 3D PDF figures with transparency.

  • 1.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 May 2011

Dynamical Systems Toolbox

Version 1.0.0.0 by Etienne Coetzee

Bifurcation analysis of dynamical systems. Integration of AUTO bifurcation software into MATLAB.

- STL_Import is a tool designed to import into MATLAB both binary and ASCII STL files.
- BUILD_FLIGHTVIZ_MODEL to construct a model from STL files created in AC3D
  • 6.9K (All time)
  • 9 (Last 30 days)
  • 4.9 / 5
  • Community
  • 13 Jul 2011

Optometrika

Version 2.3.2.0 by Yury

Optometrika MATLAB library implements analytical and iterative ray tracing approximation to optical image formation using Snell’s and Fresne

lens with astigmatism (different vertical and horizontal radii of curvature)example15.m: simulates a hexagonal array of spherical micro lensesexample16.m: demonstrates STL export of various lenses

  • 11.8K (All time)
  • 10 (Last 30 days)
  • 4.8 / 5
  • Community
  • 18 Jan 2022

Binary STL file reader

Version 1.0.0.0 by Grant Lohsen

Update of the stlread function by Francis Esmonde-White to properly implement color reading.

This function is used for loading binary STL files.There are already two stlread.m files available on the mathworks file exchange site. Harlev's version reads in the data and returns matrices with

- This function reads an STL file in binary format into vertex and face
  • 1.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 May 2012

【Light Version 】Matlab STL GUI slice program

Version 3.0.0.0 by Yong Da

Transform 3D STL file (StereoLithography) into 2D series BMP files.

DIY 自製 Matlab STL GUI 轉檔slice程式為了紀念母親節,第一次自行設計Matlab GUI程式,STL轉擋切圖,破天荒免費分享給有需要的人XD,主要跟3D列印有相關的人可能會使用。 https://www.youtube.com/watch?v=L-PJxcc50V8 【To commemorate Mother's Day 】 ● This is my first

  • 1.1K (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Nov 2017

  • 1.3K (All time)
  • 13 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

AMebius-slicer(STL slicer, gcode generator for 3D print)

Version 0.2.0 by Wang Jack

A stl files slicer to generate gcode file for real printing

AM slicer can generate gcode from STL file, you can define printer parameters, and some print settings This is only a basic version, the slicer has passed the actual printing test, and has built in

  • 678 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Jun 2021

Spatial Math Toolbox

Version 1.0.0 by Peter Corke

Spatial math primitives for MATLAB

  • 9.4K (All time)
  • 56 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Oct 2022

gypsilab

Version 1.41.0.0 by Aussal Matthieu

Fast numerical method for protyping in matlab (FEM, BEM, H-Matrix, ray-tracing, etc.)

  • 824 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Sep 2021

STL to ACIS SAT conversion

Version 1.9.0.0 by Adam Aitkenhead

Convert an STL file into ACIS SAT, which can be more readily imported into various CAD packages.

STL to ACIS SAT converter=========================Adam H. Aitkenhead31st March 2010Convert an STL file into an ACIS v4.0 SAT file (Standard ACIS Text), which can be more readily imported into various

- CONVERT_stl_to_sat Convert an STL file into ACIS SAT format (v4.0)
- PLOT_3D_stl_patch Plot an stl triangular mesh using patch
  • 4.8K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 6 Jun 2012

POfacets4.5

Version 4.5 by David Jenn

POFACETS calculates the monostatic or bistatic radar cross section (RCS) of meshed targets.

  • 2.6K (All time)
  • 27 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Feb 2023

gptoolbox

Version 1.1.0.0 by Alec Jacobson

Useful functions for geometry processing, constrainted optimization and image processing.

(.obj,.off,.stl,.wrl,.ply,.mesh,.node,.ele,.poly,.smf,.bdl,.face) - discrete differential geometry operators for triangle and tetrahedral meshes (cotangent Laplacian, gradient, divergence) - quadratic programming, active set solver - scribble-based image

- read a triangle mesh from an .stl file.
- writes an STL file with vertex/face information. Uses single
  • 9.6K (All time)
  • 16 (Last 30 days)
  • 4.3 / 5
  • Community
  • 22 Jul 2024

IGES Toolbox

Version 1.8 by Per Bergström

Toolbox for working with IGES CAD-models in Matlab

- transform vertices in VertexData from a STL file
- plots surface patches from STL-file
- reads STL-file, ASCII or binary format, into Matlab
  • 23K (All time)
  • 23 (Last 30 days)
  • 4.3 / 5
  • Community
  • 27 Oct 2020

Microscopy Image Browser (MIB)

Version 1.302.0.0 by Ilya Belevich

MIB is a package for segmentation of multi-dimensional (2D-4D) microscopy datasets

- Write STL file from patch or surface data.
  • 1.3K (All time)
  • 10 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Feb 2019

Robotics Playground Expansion Pack

Version 2.0 by Harriet Crisp

A collection of robot models and environments for mobile robotics and manipulation.

- Write STL file from patch or surface data.
  • 1.3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Sep 2020

Compute STL Vertex Normals

Version 1.0.0.0 by Francis Esmonde-White

Find the per-vertex normals for a tesselated surface.

  • 1.2K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 11 Oct 2011

Mars Rover Model in Simscape

Version 26.1.1.1 by Steve Miller

Six-wheeled electrically-driven rover that navigates uneven terrain to retrieve a sample.

- This example shows MATLAB commands to obtain coordinates for the point cloud that is used to detect collision between the wheels and the ground terrain. The STL file for the wheel tread is read into
- This example shows MATLAB commands to generate the scattered grid data used to model a surface using the Grid Surface block. The surface can be used with the Spatial Contact Force block to model objects colliding with or driving over uneven terrain.
- Produce point cloud data from mars rover STL file.
- Produce grid surface data from STL file.
  • 834 (All time)
  • 15 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 May 2026

Volume of a surface triangulation

Version 1.0.0.0 by Krishnan Suresh

Given a surface triangulation, compute the volume enclosed using divergence theorem.

- Given a surface triangulation, compute the volume enclosed using
  • 3.2K (All time)
  • 3 (Last 30 days)
  • 3.9 / 5
  • Community
  • 17 Mar 2010

PriorityQueue-MEX-Matlab

Version 1.0.0 by Pradeep Rajendran

This a mexified MATLAB wrapper of C++ STL priority queue

This a mexified MATLAB wrapper of C++ STL priority queueThis priority queue implementation is simple. Nevertheless, it can be used to keep a "sorted" list of arbitrary objects. Instead of pushing the

  • 190 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jan 2019

3D Finite Element Analysis with MATLAB

Version 1.0.0.1 by Paul

These are the MATLAB examples used in the '3D Finite Element Analysis with MATLAB' webinar

- Best Placement of Holes in Cylinder to Achieve Target Surface Temperature - A Parametric Study
- Best Placement of Holes in Cylinder to Achieve Target Surface Temperature - A Parametric Study
  • 8.1K (All time)
  • 8 (Last 30 days)
  • 4.1 / 5
  • Community
  • 1 Sep 2016

Plot 3d vectors

Version 1.0.0.0 by Pirmin Borer

Plot real 3d arrows from .stl file. Similar to quiver

h=vector3d(X,Y,Z,U,V,W,'Property','Value',...) Plot 3d vectors (real 3d) from .stl file to specified location and direction. basically same usage as quiver3. Property/value pairs are passed to

- STLREAD imports geometry from an STL file into MATLAB.
  • 1.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Nov 2010

stlwrite - Write binary or ascii STL file

Version 1.0.0.0 by Grant Lohsen

This is an update to the excellent work done by Sven Holcombe to add color support

STLWRITE(FILE,fv) writes a stereolithography (STL) file to FILE for a triangulated patch defined by FV (a structure with fields 'vertices' and 'faces'). STLWRITE(FILE,FACES,VERTICES) takes faces

- STLWRITE Write STL file from patch or surface data.
  • 2.4K (All time)
  • 4 (Last 30 days)
  • 3.4 / 5
  • Community
  • 18 May 2012

C/C++ and Matlab types convertor

Version 1.9.0.0 by sun peng

Bidirectional conversion between C/C++ type (STL, openCV) and Matlab matrix (compile or run time)

Title: C/C++ <-> Matlab types convertorBrief: Bidirectional conversion between C/C++ types (native, STL, openCV...) and Matlab matrix (compile or run time).Key words: C, C++, mxArray, OpenCV

  • 7K (All time)
  • 2 (Last 30 days)
  • 4.2 / 5
  • Community
  • 29 Oct 2013

HybridPositionForceControl

Version 1.0.0 by Csurilla Károly

Hybrid position and force control of a 3 Dof industrial robot simulation in Matlab/Simulink.

- Write STL file from patch or surface data.
- reads any STL file not depending on its format
- is an easy way to plot an STL object
- reads a STL file written in BINARY format
- reads a STL file written in ASCII format
- is an easy way to plot an STL object
- identifies the format of the STL file and returns 'binary' or
- adds new vertices (and consequently, new faces) to a STL object
- STLDEMO shows how to use the functions included in the toolbox STLTOOLS
  • 150 (All time)
  • 5 (Last 30 days)
  • -- / 5
  • Community
  • 4 Mar 2024

Load more