문제를 풀었습니다


Fibonacci Sequence
Write a MATLAB function called fibonacci_sequence(n) that takes an integer n as input and returns the first n terms of the Fibon...

대략 1년 전

문제를 풀었습니다


2行2列の行列の行列式を求めてみよう
ある2行2列の行列の入力に対して、行列式を出力してください。 例えば、入力が(1,2; 3,4)のとき、出力は1*4-3*2で-2となります。

대략 1년 전

문제를 풀었습니다


Find the magnetic field in sollinoid

대략 1년 전

문제를 풀었습니다


Leave a thumb-up to pass
Just leave a Like, and a comment if you wish. Then wait, and submit.

대략 1년 전

문제를 풀었습니다


Form Blocks in a 1D array
Lets say I have an array of size (10,1); I want to divide it into the num number of blocks which are given by user no_of_b...

대략 1년 전

문제를 풀었습니다


Singular Value Decomposition
Calculate the three matrices of the singular value decomposition (A = U*S*V^T) for each provided matrix. U and V are square unit...

대략 1년 전

문제를 풀었습니다


Kurchan 4x4 - Optimal score
Related to Problem 1646, but bigger. Technically, all you need to do for this Cody problem is input a 4x4 matrix containing the...

대략 1년 전

문제를 풀었습니다


Create a function that gives a matrix like the following
x=3 y= [1 -1 -1 0 1 -1 0 0 1]; -------------------------------- x=5 y= [ 1 -1 -...

대략 1년 전

문제를 풀었습니다


Find offset of an element of a multi dimensional matrix
For a given multi dimensional matrix and given element, find its offset from the 1st element. Return 0, if element is not fo...

대략 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년 전

문제를 풀었습니다


nam2
nam

대략 1년 전

문제를 풀었습니다


num
num

대략 1년 전

문제를 풀었습니다


wordle
create a dictionary and a playable game of wordle, figure out the solution.

대략 1년 전

문제를 풀었습니다


round pi
round pi

대략 1년 전

문제를 풀었습니다


minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order

대략 1년 전

문제를 풀었습니다


add num
add two numbers a and b

대략 1년 전

문제를 풀었습니다


num to char
make num into char

대략 1년 전

문제를 풀었습니다


sum numbers to some value n
sum of numbers up to a value n

대략 1년 전

문제를 풀었습니다


Find the mean
Find the mean of a given sdet of numbers in a vector x

대략 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년 전

문제를 풀었습니다


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

대략 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년 전

문제를 풀었습니다


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년 전

문제를 풀었습니다


List one vertex neighbors
First input T is a triangulation connectivity indices list (triplet list of indices -positive integers-, each index refering to ...

대략 1년 전

문제를 풀었습니다


Find triangles from edge
First input is T, a Triplet list of indices -whom each row actually contains the three indices of a triangle vertices-. size(T) ...

대략 1년 전

문제를 풀었습니다


Find edges from a vertex
First input is T, a triplet list of indices. Second input is i, a single index (positive integer). The goal of this function is ...

대략 1년 전

문제를 풀었습니다


Find a common edge
First input is T, a triplet list of indices. Second input is e = [e1 e2], a row vector, couple of indices (positive distinct int...

대략 1년 전

문제를 풀었습니다


Find a common vertex
First input is T, a triplet list of indices. Second input is i, a single index (positive integer). The goal of this function is ...

대략 1년 전

문제를 풀었습니다


swap sign sum & multiply castles
It is an easy problem, if you know the answer. Given a square matrix of NxN ordinary numbers. Initially place N identical indi...

대략 1년 전

문제를 풀었습니다


newRMS
find root mean square of a signal x in less time than the test code and accurate to six places.

대략 1년 전

더 보기