送信済み


Sierpinski-Menger sponge
Function to compute, display, and save the Sierpinski-Menger fractal sponge, at any given iteration. Help, doc, and examples inc...

7ヶ月 前 | ダウンロード 10 件 |

Thumbnail

送信済み


Sample triangle (2D, 3D, ND)
Function to generate a triangular sampling grid of a given triangle

7ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Tetrahedron circumsphere
Function to compute the centre and the radius of the circumsphere to a given tetrahedron. Help, doc, examples included.

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Platonic solids
Function to compute, display, and save the five platonic solids. Also mesh them with triangles or other polygons (square, pentag...

7ヶ月 前 | ダウンロード 5 件 |

Thumbnail

送信済み


GPS model animation
A function to create an animation of the GPS constellation and working principle (pedagogic purpose).

7ヶ月 前 | ダウンロード 5 件 |

Thumbnail

送信済み


Electromagnetic field propagation animation
A function to create an animation of the propagation of an electromagnetic field, (pedagogic purpose).

7ヶ月 前 | ダウンロード 10 件 |

Thumbnail

送信済み


Orthogonal reflection (2D,3D)
Function to compute the orthogonal reflection of any points or array of points. Help, doc, examples included.

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


The MATrix LAB has you
Need to unplug ? -> Follow Trinity, deep into the rabbit hole ;-)

7ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Triangle incircle (3D, 2D)
Computes and display the incircle coordinates, the centre and the radius of one given 2D or 3D triangle

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Regular 3D polygon incircle
Function to compute and display the incircle of a regular polygon in 3D space.

7ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


Lines intersection [FAST]
A function to compute the intersection point between two lines of the space (3D or 2D)

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

回答済み
Squizzed help display in File Exchange contribution tab
Any clue ? Any other people encountering the same trouble ? Thank you for hep.

7ヶ月 前 | 0

送信済み


Planes intersection [FAST]
A function to compute the intersection between two planes of the 3D space.

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Line to line distance (3D) [FAST]
A function to compute the -minimum- distance between two lines in 3D space

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Point to plane distance [FAST]
Distance from a point to a plane, and the projected point coordinates on the plane. Also works for array of points.

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


Line plane intersection [FAST]
A function to compute the intersection between a parametric line of the 3D space and a plane.

7ヶ月 前 | ダウンロード 7 件 |

Thumbnail

送信済み


Any rotation (3D, 2D)
Function to rotate a -array of- vector(s) around any given -shifted- axis, in 2D or 3D space.

7ヶ月 前 | ダウンロード 1 件 |

Thumbnail

質問


Squizzed help display in File Exchange contribution tab
Hi all, I am a contributor to the file exchange, and recently I noticed the help I provide with my file ('doc.m' compiled via...

7ヶ月 前 | 1 件の回答 | 0

1

回答

送信済み


Frequencies of prime gaps
Function to compute and display the cumulated frequencies of gaps between consecutive prime numbers

8ヶ月 前 | ダウンロード 1 件 |

Thumbnail

回答済み
Can Matlab cellular functions -like cellfun- work with non linearly spaced indices ?
Thank you dpb and Steven Lord for your answers. I am going to test your solutions. Edit : yes indeed it is sieving. N may then t...

8ヶ月 前 | 0

質問


Can Matlab cellular functions -like cellfun- work with non linearly spaced indices ?
Hi, I would like to affect a value to some non linearly indexed elements of a vector with using a cell array. At the moment ...

8ヶ月 前 | 3 件の回答 | 0

3

回答

送信済み


Simplex convergence animation
Simplex algorithm convergence animation demo on Matlab 'peaks' test surface

11ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


PI3MFT
Printable Iterative 3D Meshed Fractal Toolbox

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

Thumbnail

送信済み


Circular meshes
Sphere and torus circular meshes

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

Thumbnail

解決済み


Construct an index vector from two input vectors in vectorized fashion
Create an index vector defined by two input vectors, one defining the beginnings of one or more index ranges, and the other defi...

約1年 前

解決済み


Fill a zeros matrix
The aim is to fill an array of all zeros given a numerical value and the index of row and columns for this value. 3 Inputs: ...

約1年 前

解決済み


"Low : High - Low : High - Turn around " -- Create a subindices vector
Let two vectors *lo* and *hi* be given. The job is to create a index vector like so idx = [lo(1):hi(1) lo(2):hi(2) ...]...

約1年 前

解決済み


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

約1年 前

解決済み


Sum My Indices
Given inputs M and N (in that order), output an MxN matrix whose entries are equal to the sum of their indices. Example input...

約1年 前

解決済み


Getting the indices from a matrix
Inspired by Problem 645. Getting the indices from a matrix. Given a matrix A (or a vector), return the indices (always in row...

約1年 前

さらに読み込む