photo

Khanh


Last seen: 4 days ago Active since 2025

Followers: 0   Following: 0

Statistics

Cody

0 Problems
95 Solutions

RANK
N/A
of 300,364

REPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
3,204
of 168,407

CONTRIBUTIONS
0 Problems
95 Solutions

SCORE
1,121

NUMBER OF BADGES
4

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Draw Letters
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


Find Logic 1

11 days ago

Solved


Find Logic 3

11 days ago

Solved


Find Logic 10

11 days ago

Solved


Find Logic 12

11 days ago

Solved


Find Logic 13

11 days ago

Solved


Find Logic 15

11 days ago

Solved


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

11 days ago

Solved


Draw a '4' in a zero matrix!

13 days ago

Solved


Draw a '6' in a zero matrix!

13 days ago

Solved


Draw a '9' in a zero matrix!

13 days ago

Solved


Draw a '7' in a zero matrix!

13 days ago

Solved


Draw a '8' in a zero matrix!

13 days ago

Solved


Draw a '3' in a zero matrix!

13 days ago

Solved


Draw a '2' in a zero matrix!

13 days ago

Solved


Draw a '5' in a zero matrix!

13 days ago

Solved


Draw a '1' in a zero matrix!

13 days ago

Solved


Find Logic 17

18 days ago

Solved


Find Logic 18

18 days ago

Solved


radius of a spherical planet
You just measured its surface area, that is the input.

18 days ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

20 days ago

Solved


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...

20 days ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

21 days ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

23 days ago

Solved


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

23 days ago

Solved


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

23 days ago

Solved


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

23 days ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

23 days ago

Solved


Total energy

23 days ago

Solved


Potential energy calculation

23 days ago

Solved


Kinetic energy calculation

23 days ago

Load more