Main Content

14,713 results in File Exchange

3D Bar Plot with Error Bars

Version 1.2.0.0 by lee

This function makes a 3D bar plot with error bars

from: http://illigal.blogspot.com/2005/01/matlab-script-for-3d-bar-plot-with.html

  • 1K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 18 Oct 2011

3D colored bar plot

Version 1.0.0.0 by Johannes

3D bar plot with arbitrary coloring

This function creates a 3D bar plot with arbitrary coloring for each individual bar from an MxN matrix. Bar heights = elements of the matrixBar colors = (1) user-specified colormap or (2) MxNx3 array

- 3D bar plot from matrix (colored by height)
  • 1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Mar 2014

MATLAB Plot Gallery - Bar Graph 3D

Version 1.1.0.2 by MathWorks Plot Gallery Team

Create a 3D bar chart

This is an example of how to create a 3D bar chart in MATLAB®.Read about the "bar3" function in the MATLAB documentation.For more examples, go to MATLAB Plot Gallery -

  • 5.2K (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 19 Dec 2018

SCATTERBAR3

Version 1.0.0.1 by Manu R

Creates a 3-D bar chart where bars are placed in user specified X-Y locations.

SCATTERBAR3(X,Y,Z,WIDTH) draws 3-D bars of height Z at locations X and Y with width WIDTH. X, Y and Z must be of equal size. If they are vectors, than bars are placed in the same fashion as the

- SCATTERBAR3 3-D scatter bar graph.
  • 9K (All time)
  • 4 (Last 30 days)
  • 4.6 / 5
  • Community
  • 1 Sep 2016

3D Bar: Cylinder Style

Version 1.0.0 by JM S

3D Bar: Cylinder Style

3D Bar: Cylinder Style

  • 10 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 12 Sep 2024

votebar

Version 1.0.0.0 by paul koch

function to plot 'election-like' 3d bars

function to plot election-like 3d bars. hp=votebar(high,val,colo,randomVote) INPUT: high: absolute height of the bars (1 value) val: a vector of N-values to plot colo: a 2D-matrix of N x

  • 738 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 9 May 2010

Bar3D

Version 1.2 by Ze-Zheng Wu

A function to create 3d bar plot with the ability to set X and Y values.

BAR3D 3-D bar plot.BAR3D(X,Y,Z) plots the 3d bars defined by X, Y and Z, where X and Y are m by n matrices which can be generated by meshgrid from vectors, and Z is an m by n by p matrix. If p is

- 3-D bar plot.
  • 239 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 13 Dec 2021

bar3d

Version 1.0.0 by Ralph Rudd

A simple 3D bar plot that allows for irregular spacing along either the x- or y-dimension.

Neither "bar3" nor "hist3" allow for columns that have changing widths from one row to the next; "bar3d" does. I use it to plot two-dimensional discrete distributions on an irregular grid.

- Can create a 3D bar plot with irregular spacing.
  • 47 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 22 Aug 2019

Matrix Analysis of Three Dimensional Bar Structures MABS3D

Version 1.0.0.0 by Marcos Cesar Ruggeri

This program is an extension of MABS2D to three-dimensional space (3D).

Input data is the Microsoft Excel® file, where the table of nodes, table of elements, nodal external loads vector and boundary conditions are stored. After running the mabs3d.m file on the Command

- MABS3D Matrix Analysis of Three Dimensional Bar Structures.
  • 3.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 May 2010

eplot3

Version 1.0.0.0 by Ruello Rubino

Error bar on 3D plot. Plot x- y- and z- direction error bars.

  • 705 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 26 Oct 2010

3D Spherical Bar Graph

Version 1.0.0.0 by Dimitrios Piretzidis

Visualization of a 3D bar graph on a spherical surface.

- % F_SPHERICAL_BAR3 creates 3D bars on a spherical surface. Ideal for
  • 199 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 12 Jul 2016

spy3D

Version 1.0.0 by Francisco Ramírez

Plots the sparsity pattern of the matrix S in a 3D domain with matrix entries represented as bars that are colored according to its height.

SPY3D(S) plots the sparsity pattern of the matrix S in a three-dimensional (3D) domain with matrix entries represented as bars that are colored according to their value (height) and using a colorbar.

- Visualize sparsity pattern with 3D bars.
  • 84 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 5 Feb 2019

FEA of 1D Bar using three node element

Version 1.0.0 by sagar bodkhe

Implementation of 1D Bar FEA Algorithm with visualization of displacement and stress contours.

Implementation of 1D Bar FEA Algorithm with visualization of displacement and stress contours.

  • 1.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Apr 2019

Simple bar plot with errorbars in 3D

Version 1.2.0.0 by Sung Soo Kim

Simple bar plot with errorbars in 3D.

This is not 3-dimensional bar plot, but 2D bars with errorbars in 3D. See the screenshot.Lower part of errorbars may not shown properly. In that case, adjust the view point a little bit. Or if you

  • 1.3K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 19 Jun 2009

bar4viacolor

Version 1.0.0.0 by Andrew Diamond

4-D bar graph : hack on bar3 with another dimension via color (2 poss. schemes)

do not have to be in the structure for their defaults to take effect) Z - 3D data just like bar3 where each element yields a bar. ColorScaleData - Same size as Z. Defines the 4D data. Note

- bar4viacolor - 4-D bar graph : bar3 with another dimension via bar color.
  • 3.1K (All time)
  • 1 (Last 30 days)
  • 4.4 / 5
  • Community
  • 1 Jun 2006

LESM - Linear Elements Structure Model

Version 3.0.1 by Luiz Fernando Martha

LESM is a graphical-interactive program for structural analysis of 2D and 3D models composed of linear elements, such as bars and beams.

LESM is a graphical-interactive program for structural analysis of models composed of linear elements, i.e. uniaxial elements with one dimension much larger than the others, such as bars (axial

  • 802 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 May 2022

3D Bar: Cone Style

Version 1.0.0 by JM S

3D Bar: Cone Style

3D Bar: Cone Style

  • 1 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 12 Sep 2024

plot_bar3_colorheights( x, y, Z )

Version 1.0.0.0 by Johannes Schmitz

3D Barplot with height of the bars coded into the color

3D Barplot with height of the bars coded into the color. Might be used as a 2D Histogram.- x and y are the centers of the bins- Z is a matrix containing the heights of the bins

- PLOT_BAR3_COLORHEIGHTS bar3 plot with color coded heights
  • 423 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Jul 2015

BarChartRace3D

Version 1.0.0 by Yongjian Feng

BarChartRace with 3D effect

BarChartRace3DIt is all about data and it is all about presentation. BarChartRace is a popular way to visualize change of data over time. To further impress your audiences, a 3D BarchartRace can help

  • 33 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 28 Jul 2021

3D Polar Plot

Version 1.2.0.0 by Ken Garrard

Plots 3d polar data with polar axis and polar grid

peaks(x,y); % peaks function on a polar grid % draw 3d polar plot figure('Color','white','NumberTitle','off','Name','PolarPlot3d

- POLARPLOT3D Plot a 3D surface from polar coordinate data
- Examples of the polarplot3d function
  • 25.7K (All time)
  • 9 (Last 30 days)
  • 4.9 / 5
  • Community
  • 4 Mar 2016

3D Rotation about Shifted Axis

Version 1.3.0.1 by Matt J

Computes/applies rotation about arbitrary 3D line.

Generates the roto-translation matrix for the rotation around an arbitrary line in 3D. The line need not pass through the origin. Optionally, also, applies this transformation to a list of 3D

  • 6.7K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Apr 2021

Color Tools for MATLAB

Version 2.1.2.0 by Steve Eddins

Color Tools for MATLAB is an experimental collection of MATLAB functions related to color science computation and visualization.

- Add visible light spectrum bar to plot.
- Integer-coordinate line drawing algorithm.
- RGB colors corresponding to the visible light spectrum.
- Display a set of colors on individual squares.
- Plot chromaticity diagram.
- Convert chromaticity coordinates to XYZ tristimulus values.
- Color-matching functions.
- Display a set of color squares with equal aspect ratio.
- Convert wavelength to tristimulus values.
- Convert CIECAM02 values to XYZ.
- Convert XYZ values to CIECAM02.
- Convert XYZ tristimulus values to chromaticity coordinates.
- Convert relative spectral power density to XYZ.
  • 1.1K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jan 2023

darkBar3

Version 1.0.5.0 by C. M. Belanger Nzakimuena

3-D bar graph with dark (or custom) plot background

Plot 3-D bar graph with dark (or custom) plot background, selected color scheme and annotations.

  • 40 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Oct 2023

Tushare_MATLAB_FSDK

Version 1.0.0 by faruto

Tushare_MATLAB_FSDK

- Makes HTTP requests and processes response
- Simple function for creating input header to urlread2
- by LiYang_faruto
- by LiYang_faruto
- by LiYang_faruto
- by LiYang_faruto
- by LiYang_faruto
- by LiYang_faruto
- Creates string for a POST or GET requests
- AMain_demo_Tushare_MATLAB_FSDK
  • 118 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Nov 2018

FEM19

Version 1.0.3 by milan batista

Finite element library for solving plane elasticity problems

- Create plane stress object
- Draw angle dimension for angle formed by 3 points.
- 2D translation.
- ATF meshing on planar domains with element size based on boundary.
- 2D rotation.
- 2D scaling.
- Principal components analysis in two-dimensions
- Plot graph of stress distribution on curve or loop
- Wrapper to 'refine2' and 'smooth2'
- Set boundary stress (uniformly distributed)
- Set boundary force (uniformly distributed along a curve)
- Get component of displacement
- Set material for regions. All default material properties are
- Set boundary restraint data.
- Print stress
- Export stress table to Tecplot file format (.dat)
- Plot model boundary
- Plot boundary conditions
- Get component of forces
- plot stress distribution around selected loop
- Set material for regions.
- Get material propertie value
- plot stress distribution around selected loop
- Get components of stress tensor
- Export discretized geometry to mesh2d format
- Print component of displacement
- Draw donut, i.e. two concentric circles.
- Draw coordinate axes.
- Move curve(s) by 'stp' from their position.
- Draw canoe i.e. rectangle with rounded ends.
- Calculate points on the line
- Draw rectangle with plot attributes.
- Calculate intersection points between two polylines that
- Create mesh object
- Wrapper to gkGet
  • 763 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Oct 2019

3D Rendering Toolbox: Color image and depth map from mesh

Version 2.1.0 by George Abrahams

A notable use case is to simulate RGB or Kinect (depth) camera images for computer vision applications.

3D Rendering Toolbox: Color images and depth maps from 3D meshesImplementation of the computer graphics pipeline for triangulated meshes, in addition to a number of camera plotting functions. Handles

  • 214 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Mar 2024

imsurf: 3D images

Version 1.1.0.0 by Matthew Arthington

Plot images as 3D planes with full control over position and scale.

This function will display an image in a 3D plane with the specified position, image normal, image x direction and scale. It can display full colour and monochrome images with or without

  • 2.7K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Feb 2013

cmdWaitBar

Version 1.0.2.0 by Jonathan Monney

Matlab function that displays a progression bar in the command window.

cmdWaitBarMatlab function that displays a progression bar in the command window.This Matlab function will generate an updating progress bar (waitbar) in the command window.This is a useful tool

  • 30 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Jan 2023

StiffMa

Version 1.6 by Francisco Ramírez

StiffMa: Fast finite element STIFFness MAtrix generation in MATLAB by using GPU computing.

thermal conduction phenomenon and a vector problem represented by the structural elasticity are considered in a three-dimensional (3D) domain. Unstructured meshes with 8-node hexahedral elements are used to

- Visualize sparsity pattern with 3D bars.
- Visualize sparsity pattern with points in 3D space.
- Using quad trees to locate points in triangles
  • 188 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 14 Aug 2023

Viewer3D

Version 12.1.0.0 by Dirk-Jan Kroon

MIP, Color, Slice and Shaded 3D (shearwarp) Volume Rendering, interactive 3D view/measurement GUI

kind of renders. The fast render algorithm which renders a 3D volume to a 2D image, is based on a Matlab coded implementation of the Shear-Warp transform, in which instead of rotating the viewer rays the

- VIEWER3D a Matlab 3D volume renderer using the fast shearwarp algorithm.
- This function ReadData3D allows the user to open medical 3D files. It
- IMGAUSSIAN filters an 1D, 2D color/greyscale or 3D image with an
- Function RENDER will volume render a image of a 3D volume,
- This function DICOM_WRITE_VOLUME will write a Matlab 3D volume as
- Function RENDER_COLOR will volume render a Image of a 3D volume with
- Function RENDER_BW will volume render a Image of a 3D volume with
- Function RENDER_SHADED will volume render a shaded Image of a 3D volume,
- Function RENDER_MIP will render a Maximum Intensity Image of a 3D volume
- Function RENDER_SHADED will volume render a shaded Image of a 3D volume,
- Function RENDER_COLOR will volume render a Image of a 3D volume with
- Function RENDER_MIP will render a Maximum Intensity Image of a 3D volume
- Function RENDER_BW will volume render a Image of a 3D volume with
- INFODATA3D M-file for InfoData3D.fig
- ERRORDATA3D M-file for ErrorData3D.fig
- VIEWER3D_SEGMENT MATLAB code for viewer3d_segment.fig
- VIEWER3D_QUALITYSPEED M-file for viewer3d_qualityspeed.fig
- VIEWER3D_LIGHTVECTOR M-file for viewer3d_lightvector.fig
- VIEWER3D_ABOUT M-file for viewer3d_about.fig
- VIEWER3D_CONTRAST M-file for viewer3d_contrast.fig
- VIEWER3D_WORKSPACEVARS M-file for viewer3d_workspacevars.fig
- VIEWER3D_VOXELSIZE M-file for viewer3d_voxelsize.fig
- VIEWER3D_ERROR M-file for viewer3d_error.fig
- VIEWER3D_CONSOLE M-file for viewer3d_console.fig
- VIEWER3D_DICOMINFO M-file for viewer3d_dicominfo.fig
- function for reading header of V3D Philips Scanner ( .v3d )
- function for reading volume of V3D Philips Scanner ( .v3d )
- This function is part of VIEWER3D
- Eextern = ExternalForceImage3D(I,Wline, Wedge,Sigma)
- This function PATCHNORMALS calculates the normals of a triangulated
- Function for writing V3D volume files version R6.1
- % B=SnakeInternalForceMatrix3D(F,alpha,beta,gamma)
- This function SNAKE implements the basic snake segmentation. A snake is an
- This function MakeContourClockwise will make a surface clockwise
- Gaussian based image derivatives
- This function "GVFOptimizeImageForces" does gradient vector flow (GVF)
- This function MenuBar, allows the user to create menu's anywhere in a figure
- This function will calculate one iteration of contour Snake movement
- This function warp, will warp the shear rendered buffer image
- function for reading volume of isi volume file
- Function for reading the header of a Insight Meta-Image (.mha,.mhd) file
- Function for reading the volume from a Visualization Toolkit (VTK)
- function for reading volume of raw volume file
- function for reading volume of Dicom files
- Function DICOM_FOLDER_INFO gives information about all Dicom files
- function for reading header of NifTi ( .nii ) volume file
- function for reading header of Guys Image Processing Lab (Gipl) volume file
  • 56.9K (All time)
  • 10 (Last 30 days)
  • 4.8 / 5
  • Community
  • 15 Sep 2016

Optimization Benchmark Truss Problems

Version 1.0.0 by Mohammad Farshchin

MATLAB codes for modeling and analysis of the benchmark optimization problems

MATLAB codes for modeling and analysis of three benchmark structural optimization problems are provided in this submission. These benchmark truss problems (10-bar truss, 25-bar truss, and 72-bar

  • 1.1K (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 May 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

- filters an 1D, 2D color/greyscale or 3D image with an
- A MEXed 2D/3D region growing algorithm.
- Perform Anisotropic Non-Linear Diffusion filtering on a 2D gray/color or 3D image stack. Anisotropic Non-Linear Diffusion filtering should reduce the noise while preserving the region edges, and also
- 2D and 3D. See below details of each mode.
- measures the geometric properties of image objects in
- M-file for showcs3.fig
- loads a stack of images using Bio-Formats and transforms them
- - 2-D filtering using Gaussian masks
  • 1.3K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Feb 2019

Linear Direct Stiffness Method

Version 0.1 by Lawrence Smith

An educational code which performs basic linear direct stiffness method using bar elements in 2D or 3D.

triangulation structures. This imposes some limitiations on nodal connectivity but allows for easy data handling and plotting.The solver LDS_Solver.m works equally well with 2D and 3D triangulations. Users can

  • 141 (All time)
  • 4 (Last 30 days)
  • -- / 5
  • Community
  • 6 Jun 2022

FEM_Educational_Demos

Version 1.0 by shahrokh shahi

A set of educational and visualization scripts to help engineering students learn and internalize FEM concepts.

- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
- E D U C A T I O N A L S N I P P E T S
  • 190 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Sep 2021

2d and 3d brain plots

Version 1.6.0.0 by Jeremy Manning

Quickly and easily create 2d and 3d plots of fMRI data.

generating 2- or 3-dimensional plots of fMRI data that can be manipulated (e.g. rotated, modified) in real time.Although these tools may be used to produce publication-quality figures, the focus here is on

- PLOT_BRAIN3D Plot a 3d brain image
- PLOT_BRAIN3D Plot a 3d brain image
- PATCH_3Darray Plot a 3D array using patch to create a quadrangular surface mesh
- PLOT_BRAIN2D Plot slices of a brain image (3d matrix)
  • 2.9K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Jan 2017

Curvature of a 1D curve in a 2D or 3D space

Version 1.2.8 by Are Mjaavatten

Calculates the local radius of curvature as well as the cumulative arc length and the curvature vector along a 1D curve in 2D or 3D space

Function circumcenter finds the radius R and the center of the circumscribed circle of a triangle in 3D space. Function curvature calls circumcenter for every triplet , , of neighboring points along

  • 5.7K (All time)
  • 5 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Nov 2021

image ellipsoid 3D

Version 1.1.0.0 by David Legland

Equivalent ellipsoid from 3D image

ellipsoid is weighted by image intensity).The function "imEquivalentEllipsoid" computes moments of the 3D image or labels, and returns the associated equivalent 3D ellipsoid. The function is similar to that

- Draw a 3D ellipse.
- Draw a 3D ellipsoid.
- Show a moving 3D slice of an image
- Transform a point with a 3D affine transform.
- Create the 4x4 matrix of a 3D scaling.
- Draw a 3D polygon specified by a list of vertex coords.
- Draw a 3D polyline specified by a list of vertex coords.
- Create the 4x4 matrix of a 3D rotation around z-axis.
- Create the 4x4 matrix of a 3D rotation around x-axis.
- Computes principal axes of a 2D/3D binary image.
- Extract Euler angles from a rotation matrix.
- Draw 3D edge in the current axes.
- Show three orthogonal slices of a 3D image
- Create the 4x4 matrix of a 3D translation.
- Create the 4x4 matrix of a 3D rotation around y-axis.
- Transformation matrix from local to global coordinate system.
- Check if the input corresponds to a valid axis hanfle.
- Draw an ellipse on the current axis.
- Find unique labels in a label image
  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Aug 2019

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

  • 2.4K (All time)
  • 5 (Last 30 days)
  • 4.9 / 5
  • Community
  • 13 Sep 2018

  • 574 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Sep 2023

3D ternplot

This is the 3D update ternplot of "GTL jetfuel_ternplot with neural network".

This is the 3D update of "GTL jetfuel_ternplot with neural network". "main_3D.m" code plots relationship between four chemical compositions of GTL (normal-paraffin, iso-paraffin, cyclo-paraffin and

- Three D plot for freezing point of n-Paraffin, Cyclo Paraffin and iso-Paraffin blends
  • 701 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Sep 2012

  • 120 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Oct 2023

3D rotation of 3D image

Version 1.3.0.0 by Alon Lanyado

3D rotation of 3D image

This function rotates a 3D image based on angle and axis to rotate a round to.interpolation methods include: nearest neighbor and linear interpolation. The rest of the image that is out of bound is

- function R= rotationmat3D(radians,Axis)
  • 1.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Feb 2014

Move a 3D object with mouse in a traditional 4-view window

Version 1.3.0.0 by Gang Wang

Interactively move a 3D object anywhere in the 3D space with a mouse.

TDFig is an interactive matlab GUI. It displays a 3D objects in the traditional 4-view window (top, front, right and camera).It also allows users to grasp these objects and move them anywhere in the

- %TDFig is an interactive matlab GUI. It displays a 3D objects in the
  • 2.1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Nov 2010

3D Polar Plot

Version 1.0.0.0 by J De Freitas

Plots 3D polar data with axes.

Polar3D plots 3 dimensional data given angular and radial ranges. A choice of plot types and interpolation methods is supported by this function. Useful particularly in producing 3D plots sampled on

  • 20.6K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 8 Mar 2006

3D Shepp-Logan phantom

Version 1.0.0.0 by Matthias Schabel

3D extension of phantom.m

A 3D extension of MATLAB's phantom function - generates a phantom consisting of an arbitrary number of ellipsoids in 3D.

- PHANTOM3D Three-dimensional analogue of MATLAB Shepp-Logan phantom
  • 10.5K (All time)
  • 9 (Last 30 days)
  • 4.4 / 5
  • Community
  • 20 Sep 2006

slp_sqp

Version 1.4.2 by Robert Canfield

Sequential Linear Programming (SLP) with Trust Region (TR) and Sequential Quadratic Programming (SQP) with Line Search or TR Strategy

- Haftka, R. T. and Z. Gurdal (1992), Elements of Structural Optimization, Kluwer Academic Publishers
- - Function to detect Octave environment
- converts old optimization toolbox qp calling sequence to new quadprog
- TSUITE test suite MATLAB script of optimization problems for sqp.m
- Checks gradient discrepancy in optimization routines.
- Default parameters used by the optimization routines.
- initOctave -- initialize Octave with packages for sqp/slp_trust
- Schittkowski's Sequential Quadratic Programming method
- Svanberg, Krister, "The Method of Moving Asymptotes--A New Method for Structural Optimization," Intl. J. Num. Meth. Vol. 24, 1987, pp. 359-373.
- - determine trust ratio, move limits, binding constraints & penalties
- Illustrate use of options.OutputFcn for user to supply function to store and/or plot iteration history.
- - exact L1 single-penalty function or vector-penalty merit function
- run Simple explict example
- Example problem taken from Vanderplaats textbook, example 3-1. Unconstrained potential energy minimization of two springs. Complex-step gradient.
- Verifies that bounds are valid with respect to initial point.
  • 3.1K (All time)
  • 4 (Last 30 days)
  • 4.6 / 5
  • Community
  • 11 Oct 2020

3D curves

Version 1.0.0.0 by Jesús P. Mena-Chalco

Examples of 3D curves described in Chapter 7 of the book: "CRC Standard Curves and Surfaces"

- Section 7.2: Sine waves in three dimensions
  • 2.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Aug 2009

xlswrite 3D

Version 1.0.0.0 by Jeremy Brower

Allows you to write 3D arrays to Excel

xlswrite is limited to writing 2D arrays to Excel. This is a simple function that allows you to write 3D arrays to Excel.

  • 1.8K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Mar 2008

3D Grid Lines Generation with Matlab

Version 1.2.0 by Hristo Zhivomirov

Generate 3D grid lines along X, Y and Z dimensions for better visualization of multidimensional plots.

The present code is a Matlab function that provides a generation of 3D grid lines (along X, Y and Z dimensions) for better visualization of 3D, 4D, 5D or 6D plots created by the Matlab functions

  • 871 (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 28 Jun 2022

Matlab mesh to PDF with 3D interactive object

Version 1.5.0.0 by Alexandre Gramfort

Export triangulated mesh into a pdf with a 3D interactive object.

Export triangulated mesh into a pdf with a 3D object. The matlab mesh is converted to IDTF with matlab code. The IDTF file is converted to u3d with an external binary file. The u3d file can then be

- MESH_TO_LATEX Provide latex and U3D file for embedding a mesh
  • 10K (All time)
  • 3 (Last 30 days)
  • 4.6 / 5
  • Community
  • 10 Jan 2010

Read Medical Data 3D

Version 1.1.0.0 by Dirk-Jan Kroon

GUI to open most Medical file-formats: Dicom, V3D, ISI, NifTI, Analyze and other formats

This function ReadData3D allows the user to open medical 3D files. It supports the following formats : Dicom Files ( .dcm , .dicom ) V3D Philips Scanner ( .v3d ) GIPL Guys Image Processing

- This function ReadData3D allows the user to open medical 3D files. It
- This function DICOM_WRITE_VOLUME will write a Matlab 3D volume as
- ERRORDATA3D M-file for ErrorData3D.fig
- INFODATA3D M-file for InfoData3D.fig
- function for reading header of V3D Philips Scanner ( .v3d )
- function for reading volume of V3D Philips Scanner ( .v3d )
- Function for writing V3D volume files version R6.1
  • 32.7K (All time)
  • 12 (Last 30 days)
  • 4.2 / 5
  • Community
  • 23 Feb 2011

dxf export for 3d line elements

Version 1.0.0.0 by Christoph Krall

Exports 3d line elements into a DXF file for further use with CAD software.

Given a filename and a 3d line where each line element is specified by X,Y, and Z coordinates it writes a DXF file with the a connected line and N vertices.

- % Given a filename and a 3d line where each line element is
  • 8.9K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 13 May 2004

Plot Groups of Stacked Bars

Version 1.0.0.0 by Evan

Generate a bar plot with multiple stacks grouped together.

Plot a set of stacked bars, but group them according to labels provided.Params: stackData is a 3D matrix (i.e., stackData(i, j, k) => (Group, Stack, StackElement)) groupLabels is a CELL

- Plot a set of stacked bars, but group them according to labels provided.
  • 12.6K (All time)
  • 10 (Last 30 days)
  • 4.8 / 5
  • Community
  • 13 Sep 2011

3D Slice Viewer

Version 1.6.0.0 by Marian Uhercik

Interactive viewer of 3 orthogonal slices of 3D volume.

Simple interactive viewer of 3 orthogonal slices of 3D volume and of sequence of volumes. The interaction is performed by mouse left button or keyboard arrows.

  • 6.3K (All time)
  • 5 (Last 30 days)
  • 4.5 / 5
  • Community
  • 21 Jul 2011

Export figure to 3D interactive PDF

Version 1.3.0.0 by Ioannis Filippidis

Export figure as U3D file or directly to 3D interactive graphics within PDF.

can be found here: http://www.ctan.org/tex-archive/macros/latex/contrib/media9For PDF readers which do not render 3D figures, it is possible to include an alternative 2D image as a substitute to the

- Convert axes to PDF with embedded interactive 3D image.
- Convert IDTF to U3D file.
- Convert figure to U3D file.
- Preprocess line output to u3d.
- Preprocess surface output to u3d.
- Preprocess surface output to u3d.
- Preprocess contour output to u3d.
- Preprocess quiver output to u3d.
- LaTeX code which includes a U3D file.
- Compile LaTeX code to PDF.
- Convert axes to U3D file, generating LaTeX code including it.
  • 10.8K (All time)
  • 7 (Last 30 days)
  • 4.2 / 5
  • Community
  • 4 Aug 2021

3D arrow plot

Version 1.0.0.0 by moshe lindner

the function creates 3D plot of an arrow

the function creates 3D plot of an arrow

- % The function plotting 3-dimensional arrow
  • 3.4K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Jul 2010

3D Earth Example

Version 1.3.0.0 by Ryan Gray

Example of creating a 3D textured Earth globe

Example of creating a 3D textured Earth globe.

- Textured 3D Earth example
  • 9.6K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 16 Oct 2013

Load more