photo

Roberto


Last seen: 20日 前 2025 年からアクティブ

Followers: 1   Following: 0

Mechanical Engineering Student

Programming Languages:
Python, C++, MATLAB, Arduino
Spoken Languages:
English
Pronouns:
They/them, He/him
Professional Interests:
Aerospace Engineering

統計

Cody

0 問題
693 解答

ランク
N/A
of 300,779

評判
N/A

コントリビューション
0 質問
0 回答

回答採用率
0.00%

獲得投票数
0

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
165
of 170,997

コントリビューション
0 問題
693 解答

スコア
8,091

バッジ数
21

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Cody Contest 2025 Finishers
  • Promoter
  • Scholar
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • MATLAB Central Treasure Hunt Finisher
  • Community Group Solver
  • Solver

バッジを表示

Feeds

表示方法

解決済み


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

26日 前

解決済み


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

26日 前

解決済み


Replace values under a limit
For a vector x and number n, the goal is to find every element of x inferior to n and replace it by n. Example x= [ 1 2 3...

26日 前

解決済み


Perimeter
Given a sequence of points forming a closed path (first and last points are coincident) return the perimeter value. For example...

26日 前

解決済み


cube of number
find cube of number

26日 前

解決済み


Volume of a sphere given its surface area
You just measured its surface area, that is the input.

26日 前

解決済み


calculate RMS voltage
given peak to peak voltage, calculate rms voltage

26日 前

解決済み


UICBioE240 problem 1.15
Calculate: sin(pi/6) cos (pi) tan(pi/2)

26日 前

解決済み


find whether it is prime or not
For a given number find if its prime

26日 前

解決済み


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

26日 前

解決済み


Change the first and last diagonal element of the identity matrix to zero
Starting with the identity matrix, change first and last diagonal element to zero. Example If n=5 A = 0 0 ...

26日 前

解決済み


Rotate array 90 degrees
Rotate the given matrix by 90 degrees. Example, A = [1 2 3 ; 4 5 6 ] B = rotated(A) = [ 3 6; 2 5; 1 4 ]

26日 前

解決済み


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

26日 前

解決済み


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

26日 前

解決済み


Find the square of the sum of the digits of a number
If a number (n) is provided as an input, find the square of the sum of the digits of the number. Example If n = 21, the an...

26日 前

解決済み


Given a Vector v1, create v2 which is the sum of each two adjacent elements in v1. {length(v2)=length(v1)-1}
if v1 is [1 2 3 4 5 6 7 8] then v2 should be [3 5 7 9 11 13 15]. if v1 is [1; 3; 5; 7] the...

26日 前

解決済み


Mile to Kilometer
x is mile and y is km

26日 前

解決済み


Matlab Basics II - Determine if an array has a 3rd dimension
For an array A, determine whether it has 3 dimensions, return 0 if x is only 2D, and 1 if x is 3D

26日 前

解決済み


Rotate counterclockwise a matrix 90 deg with left-bottom element
Example: Input [ 1 2 3 4 5 6 ] Output [ 3 6 2 5 1 4 ]

26日 前

解決済み


UICBioE240 problem 1.5
Find the size of the matrix, then multiply both values by 10 and make it into a column vector. So if A = [ 1 2 3; ...

26日 前

解決済み


UICBioE240 problem 1.14
Solve 3^x = 17

26日 前

解決済み


Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...

26日 前

解決済み


Cody Matlab Version
What is the current Cody Matlab Release? *Output:* string *Examples:* '(R2012a)' or 'R2012a' Hint: We have mo...

26日 前

解決済み


Bruh
Return 'bruh'.

26日 前

解決済み


Vector Magnitude Calculator
'a' is a vector that starts at the origin and ends at (x, y). Find ||a||. Hint: It is as simple as "ABC".

26日 前

解決済み


Divide pi
Divide pi by x!

26日 前

解決済み


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

26日 前

解決済み


Find remainder when x is divided by 3
Find remainder when x is divided by 3

26日 前

解決済み


Log of a number
Write a script that will give the log of x as output.

26日 前

解決済み


Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.

26日 前

さらに読み込む