photo

Armando Longobardi


2021년부터 활동

Followers: 1   Following: 0

Mechanical engineer

Programming Languages:
MATLAB
Spoken Languages:
English, Italian

통계

All
MATLAB Answers

0 질문
1 답변

Cody

1 문제
2275 답안

순위
11,688
of 301,433

평판
4

참여
0 질문
1 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,272

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
30
of 174,520

참여
1 문제
2275 답안

점수
28,905

배지 수
85

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Central Treasure Hunt Finisher
  • Treasure Hunt Participant
  • Knowledgeable Level 1
  • First Answer
  • Matrix Manipulation II Master
  • Computational Geometry I Master
  • Indexing III Master
  • Cody Contest 2025 Winning Team Finishers
  • Tiles Challenge Master
  • Cody Challenge Master
  • ASEE Challenge Master
  • Matrix Patterns II Master

배지 보기

Feeds

보기 기준

문제를 풀었습니다


delta x

3일 전

문제를 풀었습니다


step function

3일 전

문제를 풀었습니다


F.R.I.E.N.D.S

3일 전

문제를 풀었습니다


Row avg

3일 전

문제를 풀었습니다


Swap rows

3일 전

문제를 풀었습니다


Diagonal Prod

3일 전

문제를 풀었습니다


Remnant

3일 전

문제를 풀었습니다


imaginary

3일 전

문제를 풀었습니다


Insert zeros

3일 전

문제를 풀었습니다


find the height

3일 전

문제를 풀었습니다


Factorial

3일 전

문제를 풀었습니다


Size

3일 전

문제를 풀었습니다


Make a checkerboard matrix (★★★★★)
(copy of Prob. 4) Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1...

3일 전

문제를 풀었습니다


Create a vector with n repeated values of a number x (★★)
If x=3 and n=7 then the vector y would be y=[3 3 3 3 3 3 3]

3일 전

문제를 풀었습니다


Replicate elements in vectors (★★★)
(copy of Prob 867) Replicate each element of a row vector (with NaN) a constant number of times. Examples n=2, A=[1 2...

3일 전

문제를 풀었습니다


Select every other element of a vector (★★)
(copy of prob 6) Write a function which returns every other element of the vector passed in. That is, it returns the all odd-...

3일 전

문제를 풀었습니다


Sum of elements of a vector (★★★)
Given any vector x = [x1, x2, x3, ... xn], compute the sum of its elements. Thus, if x = [ 1 3 -2 5 ], then the sum of its el...

3일 전

문제를 풀었습니다


Prime number check (★★)
One way to see if a number x is prime is to compute the remainders obtained when dividing x by all integers from 2 to √(x). If x...

3일 전

문제를 풀었습니다


Create times-tables (★★★)
(copy of prob 33) At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 ti...

3일 전

문제를 풀었습니다


Doubling elements in a vector (★★)
(copy of prob. 1024) Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] t...

3일 전

문제를 풀었습니다


Reindex a vector (★★)
(copy of Prob. 676) You are given two vectors of equal length. Vector N has numeric values (no Inf or NaN) while vector IDX h...

3일 전

문제를 풀었습니다


Average of corner elements of a matrix (★★)
(copy of prob 2235) Calculate the average of corner elements of a matrix. e.g. x=[1 2 3; 4 5 6; 7 8 9;] avg = (1+3+7+9)...

3일 전

문제를 풀었습니다


Generate a vector which contains a pyramid pattern (★★★★)
Generate a vector that contains terms that follows a pyramid pattern up to the nth row: 1 2 2 3 3 3 4 4 4 4 ...

3일 전

문제를 풀었습니다


PEMDAS test (★★)
Create the function that will return the following expression for x and y. <<https://i.ibb.co/RHWyzrv/Code-Cogs-Eqn-1.gif>> ...

3일 전

문제를 풀었습니다


Surface area of a sphere
Given the radius of a sphere, find it's Surface area

3일 전

문제를 풀었습니다


Surface area of a cone

3일 전

문제를 풀었습니다


Factorize uniquely! (★★)

3일 전

문제를 풀었습니다


Remove the row average (★★★)
(copy of Prob. 963) Given a 2-d matrix, remove the row average from each row. Your solution MUST be vectorized. The solut...

3일 전

문제를 풀었습니다


Variance computation (★)
Given a vector x with several values, compute the variance, whose formula is given by: <<https://i.imgur.com/Wg95KBE.gif>> ...

3일 전

더 보기