MATLAB
Spoken Languages:
English, French
Pronouns:
He/him
Statistics
RANK
8,400
of 300,499
REPUTATION
5
CONTRIBUTIONS
21 Questions
17 Answers
ANSWER ACCEPTANCE
76.19%
VOTES RECEIVED
5
RANK
1,169 of 21,021
REPUTATION
1,623
AVERAGE RATING
5.00
CONTRIBUTIONS
87 Files
DOWNLOADS
160
ALL TIME DOWNLOADS
10403
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Project Euler: Problem 3, Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number being input, input might be ui...
2 hours ago
Submitted
Point set grid simplify (2D, 3D)
Function to grid simplify a given point set. Help, doc, and examples included.
14 days ago | 1 download |
Submitted
3D test shapes repository
Repository of 3D shapes used for training and tests in computer vision, mesh / point set processing and mesh generation.
19 days ago | 6 downloads |
Solved
find powers of two
find the unique, non-repeating, powers of 2 that sum to a given non-zero integer, n example: n = 23 result = [1 2 4 16] ...
27 days ago
Question
Toolboxes invisible in the file exchange list
Hi, Over the last few years I developped some toolboxes, like the mesh processing toolbox, but I recently realized they were ...
1 month ago | 2 answers | 0
2
answersSubmitted
isinpolygon
Function to check if a vertex is located inside or outside a given polygon. Overloaded for arrays of points.
2 months ago | 1 download |
Submitted
isinconvexset (2D, 3D)
Function to verify if one given point is in or out a given convex 2D (polygon) or 3D (polyhedron) convex set, excluding its boun...
2 months ago | 6 downloads |
Submitted
isPointin3Dtriangle
Function to check if a point P belongs to a given ABC triangle in 3D, boundary included. Overloaded for arrays of points.
2 months ago | 0 downloads |
Submitted
Line to line distance (3D / 2D) [FAST]
A function to compute the -minimum- distance between two lines in 3D space
2 months ago | 1 download |
Submitted
Point to plane distance [FAST]
Distance from a point to a plane. Overloaded for multiple points and planes. Coordinates of projected point(s) also provided.
2 months ago | 1 download |
Submitted
Point to line distance [FAST]
Distance from a point to a 3D/2D line. Overloaded for multiple points and lines. Coordinates of projected point(s) also provided...
2 months ago | 3 downloads |
Submitted
Mesh generation toolbox
Some useful tools for mesh generation
2 months ago | 5 downloads |
Solved
Matlab Basics - Rounding I
Write a script to round x DOWN to the next lowest integer: e.g. x = 2.3 --> x = 2 also: x = 2.7 --> x = 2
3 months ago
Solved
What percentage?
Calculate the output c as the percentage of a on b for given a and b.
3 months ago
Solved
How many days in a month?
Return the number of days in a given month in 2017. If the input is not a valid month number, return -1. Examples: Input...
3 months ago
Solved
Who invented zero?
We know the importance zero in computer science, mathematics... but who invented zero? Clue: He was the first in the line ...
3 months ago
Submitted
mesh processing toolbox
Some useful tools for mesh processing
3 months ago | 9 downloads |
Solved
Sum of big primes without primes
Inspired by Project Euler n°10 (I am quite obviously a fan). With problem n°250 by Doug, you can find some global methods to co...
3 months ago
Solved
Prime numbers between a , b.
Find all prime number between a & b (including a and b). example: a=100 b=120 y= [101 103 107 109 113]
3 months ago
Solved
Is it prime?
Given a number, check whether it is prime or not. If prime output is true, otherwise false.
3 months ago
Solved
Find all prime factors of the input
Given an input x, find its all prime factors. Return the vector with all factors in ascending order. Efficiency is the key here...
3 months ago
Solved
Give prime Numbers upto n
You are given a input number x; print all the prime numbers less than equal to x.
3 months ago
Solved
03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)
3 months ago
Solved
Replacing a row
For matrix G=[1 2 3; 4 5 6; 7 8 9] Replace the 2nd row with 8s **remember to create matrix G
3 months ago











