Maurizio De Angelis - MATLAB Central
photo

Maurizio De Angelis


Last seen: 18일 전 2022년부터 활동

Followers: 0   Following: 0

통계

CodyFrom 02/22 to 03/25Use left and right arrows to move selectionFrom 02/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
Cody

0 문제
528 답안

순위
N/A
of 297,738

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,469

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
202
of 159,472

참여
0 문제
528 답안

점수
6,839

배지 수
25

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Scholar
  • CUP Challenge Master
  • Draw Letters
  • Cody Problems in Japanese Master
  • Introduction to MATLAB Master
  • Promoter
  • Community Group Solver
  • Speed Demon
  • Commenter
  • Leader
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Evil Number
Check if a given natural number is evil or not. Read more at <https://oeis.org/A001969 OEIS>.

18일 전

문제를 풀었습니다


Find the 9's Complement
Find the 9's complement of the given number. An example of how this works is <http://electrical4u.com/9s-complement-and-10s-c...

18일 전

문제를 풀었습니다


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

28일 전

문제를 풀었습니다


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

28일 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

28일 전

문제를 풀었습니다


Back to basics 21 - Matrix replicating
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix, generate an output matrix that consists o...

28일 전

문제를 풀었습니다


sum of non-primes
The sum of the non-primes no larger than 10 is 1+4+6+8+9+10=38 Find the sum of all the positive non-prime integers that do no...

28일 전

문제를 풀었습니다


surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...

28일 전

문제를 풀었습니다


Spherical Volume
Calculate the volume of a sphere.

28일 전

문제를 풀었습니다


Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.

28일 전

문제를 풀었습니다


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

28일 전

문제를 풀었습니다


Create a Multiplication table matrix...
Create a product table in this format: P = [ 1 2 3 4 5; 2 4 6 8 10; 3 6 9 12 15; 4 8 12 1...

28일 전

문제를 풀었습니다


Area of a Square
Given the length x of the side of a regular square, find the area of the square, A.

28일 전

문제를 풀었습니다


Add a row of zeros on top of a matrix
Given a matrix, insert a row of zeros as the top row.

28일 전

문제를 풀었습니다


Remove the Zero
Given an array n, remove all zeros

28일 전

문제를 풀었습니다


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

28일 전

문제를 풀었습니다


union without repitition
Let a = [9 9 9 9 9 9 8 8 8 8 7 7 7 6 6 6 5 5 4 2 1] b = [1 1 1 3 3 3 3 3 4 4 4 4 4 10 10 10] Output should be [9 8...

28일 전

문제를 풀었습니다


reverse string
input='rama' output='amar'

28일 전

문제를 풀었습니다


Determine the square root
Determine the square root of the value the user has entered, n.

28일 전

문제를 풀었습니다


Check if equal
Return true if all the elements of an nD array are equal, false otherwise.

28일 전

문제를 풀었습니다


Equal to their cube
Tell me three real numbers that are equal to their cubes?

29일 전

문제를 풀었습니다


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

29일 전

문제를 풀었습니다


Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...

29일 전

문제를 풀었습니다


So many choices
For inputs _n_ and _k_ (in that order), output the number of ways that k objects can be chosen from amongst n distinct objects. ...

29일 전

문제를 풀었습니다


Negative matrix
Change the sign of all elements in given matrix.

29일 전

문제를 풀었습니다


Will there be a new leader?
Simply answer the title.

29일 전

문제를 풀었습니다


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

29일 전

문제를 풀었습니다


only input
Return the output without writing any code into the function.

29일 전

문제를 풀었습니다


Reverse a matrix
Its simple. You have to reverse a given matrix.

29일 전

문제를 풀었습니다


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

29일 전

더 보기