A résolu


Remove duplicated triangles
Input T is a triangulation (triplet list of indices -positive integers-, each index refering to a vertex number in a correspondi...

plus d'un an il y a

A résolu


Find neighbor triangle indices
First input T is a triangulation (triplet list of indices -positive integers-, each index refering to a vertex number in a corre...

plus d'un an il y a

A résolu


Build edges list
Input T is a triangulation connectivity indices list (triplet list of indices -positive integers-, each index refering to a vert...

plus d'un an il y a

A résolu


List every vertices neighbor indices
Input T is a <https://fr.mathworks.com/help/matlab/ref/triangulation.html triangulation>. The purpose of this function is to ...

plus d'un an il y a

A résolu


Remove duplicated vertices
First input V_in is a vertices list (X Y Z coordinates) which may contain duplicata (identical rows). Second input T_in is th...

plus d'un an il y a

A résolu


Find Logic 1

plus d'un an il y a

A résolu


Find Logic 3

plus d'un an il y a

A résolu


Find Logic 4

plus d'un an il y a

A résolu


Find Logic 6

plus d'un an il y a

A résolu


Find Logic 7

plus d'un an il y a

A résolu


Find Logic 8

plus d'un an il y a

A résolu


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

plus d'un an il y a

A résolu


Find Logic 10

plus d'un an il y a

A résolu


Find Logic 11

plus d'un an il y a

A résolu


Find Logic 12

plus d'un an il y a

A résolu


Find Logic 13

plus d'un an il y a

A résolu


Find Logic 15

plus d'un an il y a

A résolu


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

plus d'un an il y a

A résolu


Find Logic 16

plus d'un an il y a

A résolu


Find Logic 17

plus d'un an il y a

A résolu


Find Logic 18

plus d'un an il y a

A résolu


Find Logic 19

plus d'un an il y a

A résolu


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

plus d'un an il y a

A résolu


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

plus d'un an il y a

A résolu


Converts numbers into characters
Converts numbers into characters

plus d'un an il y a

A résolu


Find the max element of the array
Find the max element of the array

plus d'un an il y a

A résolu


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

plus d'un an il y a

A résolu


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

plus d'un an il y a

A résolu


to the 2 all elements
to the 2 all elements

plus d'un an il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

plus d'un an il y a

Charger plus