送信済み


Discrete contour mesh patch (2D,3D)
Function to mesh one discrete 2D or 3D contour of sorted or disordered points. Also computes vertex normals. Help, doc and examp...

3年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Sierpinski cube
Function to compute, display, and save the Sierpinski fractal cube at any iteration. Help, doc, and examples included.

3年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Sierpinski triangle (2D,3D,any triangle shape,option double)
Function to compute, display, and save the Sierpinski triangle defined by three given points of the 2D or 3D space, at any itera...

4年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

質問


Patent an algorithm written in Matlab ?
Hi, Everything or almost is in my title ! I know the rules / laws are different from one country to another (patenting an alg...

5年弱 前 | 1 件の回答 | 1

1

回答

質問


Input to output variable copies in functions : influence on cpu
Hi ! One of the advantages of Matlab is its great tolerance on variable names. Meaning you can change the size, the dimension...

5年以上 前 | 1 件の回答 | 0

1

回答

送信済み


Spline curve construction animation
Function to create an animation of the construction principle of a spline curve.

5年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Coons patch
Algorithm to compute the control points coordinates of the Coons patch of a given (c1, c2, c3, c4) quadrangle.

5年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Danielson algorithm : distance map on binary images
Danielson algorithm to compute -euclidian- distance map on binary images. Equivalent to a discrete Voronoi algorithm.

5年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

解決済み


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

5年以上 前

解決済み


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

5年以上 前

送信済み


Light beam deflection animation
A function to make a gif animation of some light beams deflected by the gravity field of a star.

5年以上 前 | ダウンロード 1 件 |

5.0 / 5
Thumbnail

送信済み


Binary system coalescence animation
A function to create an animation to model the coalescence of a -stars- binary system.

5年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Sierpinski octostar
Function to compute, display, and save the Sierpinski octostar, at any iteration / depth level.

5年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
File exchange : ideal cover image size / dimensions ?
In the end I found by myself the answer to this question : it is not a matter of size, but of dimensions ratio. The 4:3 format s...

5年以上 前 | 0

| 採用済み

送信済み


spiraling_surface
Function to compute, display, and save a meshed spiraling surface.

5年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

送信済み


Meshed sinusoidal dodecahedron
Function to compute, mesh, display, and save a sinusoidal dodecahedron. Variable shapes available. 3D printable ready.

5年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Meshed sinusoidal icosahedron
Function to compute, mesh, display, and save a sinusoidal icosahedron. Variable shapes available.

5年以上 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

回答済み
How to make the doc visible in the file exchange after git hub connexion ?
Ok, I actually still have the same problem (preview not available for documentations one connected to Github). My live scripts ...

5年以上 前 | 0

送信済み


Discrete Reuleaux triangle
Function to to compute, display and record a discrete Reuleaux triangle on a binary image.

5年以上 前 | ダウンロード 2 件 |

0.0 / 5
Thumbnail

送信済み


Anisotropic grid
Function to build an anisotropic grid in dimension D, favoring corners or centre.

5年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
How to make the doc visible in the file exchange after git hub connexion ?
To answer the question : after looking at the other file exchange contributors I figured out it has to be in .mlx format. I sti...

6年弱 前 | 0

| 採用済み

質問


How to make the doc visible in the file exchange after git hub connexion ?
Hi, After I connected my mesh_processing_toolbox, to Git hub its documentation is no longer visible in the "Examples" tab (it...

6年弱 前 | 2 件の回答 | 2

2

回答

送信済み


GUI demo for 2D convex hull techniques comparison
GUI demo for 2D convex hull techniques comparison (Jarvis / gift wrapping, divide and conquer, Graham)

6年弱 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

質問


Get the index of one cell of a cell array
Hi, From a given cell of a cell array, how is it possible to easily and quickly get its index ? Thanks for help. Best.

約6年 前 | 1 件の回答 | 0

1

回答

質問


Operators "concatenation" ?
Hi, Is there a way to "concatenate" two or more Matlab operators while chaining several operations ? For instance, I have a co...

約6年 前 | 1 件の回答 | 0

1

回答

送信済み


Galaxy model animation
A function to make a an animation of a galaxy rotation (spiral or elliptic), with some tunable parameters

約6年 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

質問


Value dependant sort of matrix rows
Hi, I have a integer matrix which I know each row contain a certain value. I would like to sort each row of that matrix in t...

約6年 前 | 1 件の回答 | 0

1

回答

送信済み


Gravitational wave deformation effect on LISA animation
A function set to create an animation of the gravitational wave deformation effect on space interferometer LISA.

6年以上 前 | ダウンロード 1 件 |

0.0 / 5
Thumbnail

回答済み
Switch colormap targeted axis
So simple, so clever ! Great thank Adam, I was struggling with much more complex tries.

6年以上 前 | 0

| 採用済み

質問


Switch colormap targeted axis
Hi, It is super easy to switch the axis while using a "surf / mesh like function" (simply by switching the X,Y,Z order in sur...

6年以上 前 | 1 件の回答 | 0

1

回答

さらに読み込む