Programming Languages:
Python, C++, MATLAB, Arduino
Spoken Languages:
English
Pronouns:
They/them, He/him
Professional Interests:
Aerospace Engineering
Python, C++, MATLAB, Arduino
Spoken Languages:
English
Pronouns:
They/them, He/him
Professional Interests:
Aerospace Engineering
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일 전
문제를 풀었습니다
Volume of a sphere given its surface area
You just measured its surface area, that is the input.
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일 전
문제를 풀었습니다
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일 전
문제를 풀었습니다
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일 전
문제를 풀었습니다
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일 전
문제를 풀었습니다
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일 전
문제를 풀었습니다
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 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일 전







