문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Find Logic 1

대략 1년 전

문제를 풀었습니다


Find Logic 3

대략 1년 전

문제를 풀었습니다


Find Logic 4

대략 1년 전

문제를 풀었습니다


Find Logic 6

대략 1년 전

문제를 풀었습니다


Find Logic 7

대략 1년 전

문제를 풀었습니다


Find Logic 8

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Find Logic 10

대략 1년 전

문제를 풀었습니다


Find Logic 11

대략 1년 전

문제를 풀었습니다


Find Logic 12

대략 1년 전

문제를 풀었습니다


Find Logic 13

대략 1년 전

문제를 풀었습니다


Find Logic 15

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Find Logic 16

대략 1년 전

문제를 풀었습니다


Find Logic 17

대략 1년 전

문제를 풀었습니다


Find Logic 18

대략 1년 전

문제를 풀었습니다


Find Logic 19

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

대략 1년 전

문제를 풀었습니다


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

대략 1년 전

더 보기