Risolto


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

circa un anno fa

Risolto


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...

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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 ...

circa un anno fa

Risolto


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...

circa un anno fa

Risolto


Find Logic 1

circa un anno fa

Risolto


Find Logic 3

circa un anno fa

Risolto


Find Logic 4

circa un anno fa

Risolto


Find Logic 6

circa un anno fa

Risolto


Find Logic 7

circa un anno fa

Risolto


Find Logic 8

circa un anno fa

Risolto


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

circa un anno fa

Risolto


Find Logic 10

circa un anno fa

Risolto


Find Logic 11

circa un anno fa

Risolto


Find Logic 12

circa un anno fa

Risolto


Find Logic 13

circa un anno fa

Risolto


Find Logic 15

circa un anno fa

Risolto


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...

circa un anno fa

Risolto


Find Logic 16

circa un anno fa

Risolto


Find Logic 17

circa un anno fa

Risolto


Find Logic 18

circa un anno fa

Risolto


Find Logic 19

circa un anno fa

Risolto


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...

circa un anno fa

Risolto


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;...

circa un anno fa

Risolto


Converts numbers into characters
Converts numbers into characters

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


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

circa un anno fa

Risolto


to the 2 all elements
to the 2 all elements

circa un anno fa

Risolto


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

circa un anno fa

Carica altro