Rank: 730 based on 98 downloads (last 30 days) and 3 files submitted
photo

Benjamin I

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Benjamin View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
21 May 2013 Screenshot Animated mesh on the web Convert a matlab mesh to a transforming 3D figure on the web Author: Benjamin I html, mesh, animation, web, vertices, plot 21 3
  • 5.0
5.0 | 2 ratings
20 May 2013 Screenshot Segmentation using morphology Segmentation of locally darker somewhat circular regions using a morphology based method Author: Benjamin I segmentation, medical imaging 63 0
12 Apr 2013 Screenshot Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I x3dom, html, 3d, interaction, mesh, faces 14 5
  • 5.0
5.0 | 4 ratings
Comments and Ratings by Benjamin View all
Updated File Comments Rating
22 May 2013 Animated mesh on the web Convert a matlab mesh to a transforming 3D figure on the web Author: Benjamin I

Thanks Sven and Scott. Useful comments. Will see what I can do about axes and octave compatibility.

18 Apr 2013 Noise-Power Spectrum Generate random noise with a specified noise-power spectrum (NPS) and measure the NPS of an image. Author: Erik Fredenberg

Useful reference.

02 Apr 2013 varycolor Provides maximum color variation for lines on plots. Author: Daniel Helmick

Useful!

27 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I

Hi Scott. Thanks. This version doesn't support color unless you manually edit the html file... But that sounds like a good idea. I will update it to support face color when I get a chance (give me a few days).

26 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I

Hi Dan,

Thanks. The easiest way to create a mesh from is a volume using isosurface.

For example see Example 1:
http://www.mathworks.com/help/matlab/ref/isosurface.html

You can plot a mesh in matlab using:
[x,y,z,v] = flow;
p = patch(isosurface(x,y,z,v,-3));
isonormals(x,y,z,v,p)
set(p,'FaceColor','red','EdgeColor','none');
daspect([1,1,1])
view(3); axis tight
camlight
lighting gouraud

You can export this same mesh to html using something like:
[x,y,z,v] = flow;
fv=isosurface(x,y,z,v,-3);
x3mesh(fv.faces, fv.vertices, 'Matlab_flow', 0.3, 'some more text')

I think I will add this as another example.

Comments and Ratings on Benjamin's Files View all
Updated File Comment by Comments Rating
22 May 2013 Animated mesh on the web Convert a matlab mesh to a transforming 3D figure on the web Author: Benjamin I I, Benjamin

Thanks Sven and Scott. Useful comments. Will see what I can do about axes and octave compatibility.

22 May 2013 Animated mesh on the web Convert a matlab mesh to a transforming 3D figure on the web Author: Benjamin I Koerner, Sven

Very cool work. It is possible to get axis in the diagram?

21 May 2013 Animated mesh on the web Convert a matlab mesh to a transforming 3D figure on the web Author: Benjamin I Richardson, Scott

Wow this is awesome Benjamin. I just with I could get it to work with Octave.

13 Apr 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I Richardson, Scott

Hi Ben, awesome program!

06 Apr 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I Richardson, Scott

Top Tags Applied by Benjamin
3d, html, mesh, plot, vertices
Files Tagged by Benjamin View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
21 May 2013 Screenshot Animated mesh on the web Convert a matlab mesh to a transforming 3D figure on the web Author: Benjamin I html, mesh, animation, web, vertices, plot 21 3
  • 5.0
5.0 | 2 ratings
20 May 2013 Screenshot Segmentation using morphology Segmentation of locally darker somewhat circular regions using a morphology based method Author: Benjamin I segmentation, medical imaging 63 0
12 Apr 2013 Screenshot Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I x3dom, html, 3d, interaction, mesh, faces 14 5
  • 5.0
5.0 | 4 ratings

Contact us