A résolu


Draw a x-by-x matrix 'Denmark flag'(Euro(2020)
Draw a x-by-x matrix 'Denmark flag' using '4' and '1'.(x is odd and bigger than 4) Number 4: Caption S.Kjær and number 1: K.S...

plus d'un an il y a

A résolu


Find the number of days in a given year
Given a year number (eg. 2000) as input, find how many days are there in the given year.

plus d'un an il y a

A résolu


Cell Source Index
Suppose that C is a cell array whose elements consist of row vectors of elements of the same type. For example, C could be a ce...

plus d'un an il y a

A résolu


convert the number to binary format & count digits
Convert the given number to the corresponding binary format and count the number of digits in that binary number

plus d'un an il y a

A résolu


Check for keywords
If the entered string is a MATLAB keyword, return true else false

plus d'un an il y a

A résolu


The proportion of NaN in the data
If NaN occupies less than half of the input data, return 1, otherwise return 0. eg. input x = [1 2 NaN ; 4 NaN 6] >>> out...

plus d'un an il y a

A résolu


Number Puzzle - 048

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


Find the magnetic field in sollinoid

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

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


nam2
nam

plus d'un an il y a

A résolu


num
num

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


round pi
round pi

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


add num
add two numbers a and b

plus d'un an il y a

A résolu


num to char
make num into char

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


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

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


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


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


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

Charger plus