photo

Rohit


Active since 2024

Followers: 0   Following: 0

Statistics

Cody

0 Problems
278 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
483
of 168 407

CONTRIBUTIONS
0 Problems
278 Solutions

SCORE
3 762

NUMBER OF BADGES
15

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Introduction to MATLAB Master
  • CUP Challenge Master
  • Draw Letters
  • Community Group Solver
  • Solver

View badges

Feeds

View by

Solved


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

2 månader ago

Solved


Let's get back to school, and create multiplication tables
For a given range, create multiplication tables. (start is always < endno) Example start = 17 endno = 19 Then, ...

2 månader ago

Solved


Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.

2 månader ago

Solved


Given a square and a circle, please decide whether the square covers more area.
You know the side of a square and the diameter of a circle, please decide whether the square covers more area.

2 månader ago

Solved


Find Logic 9
Guess the Logic! logic(1) = 4 logic(2) = 1 logic(3) = 10 logic(4) = 2

2 månader 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...

2 månader ago

Solved


Find Logic 17

2 månader ago

Solved


Find Logic 12

2 månader ago

Solved


Find Logic 16

2 månader ago

Solved


Find Logic 7

2 månader ago

Solved


Find Logic 15

2 månader ago

Solved


Find Logic 3

2 månader ago

Solved


find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96 output should be +6 x=-18; y=96; >>your...

3 månader ago

Solved


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

3 månader ago

Solved


Matlab Basics II - Extract last 3 elements of a vector
Let x be a vector of unknown length, we are always interested in the last 3 numbers in the vector, write a function that gives t...

3 månader ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

3 månader ago

Solved


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

3 månader ago

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

3 månader ago

Solved


05 - Vector Equations 1
Define the vector _cVec_: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of -0....

3 månader ago

Solved


Back to basics 1 - Saving
Covering some basic topics I haven't seen elsewhere on Cody. Given an input variable 'x', save it to disk in a file named 'co...

3 månader ago

Solved


Generate N equally spaced intervals between -L and L
Given N and L, return a list of numbers (in ascending order) that divides the interval [-L L] into N equal-length segments. For...

3 månader ago

Solved


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

3 månader ago

Solved


Divisible by 5
Pursuant to the <http://www.mathworks.com/matlabcentral/cody/problems/42404-divisible-by-2 first problem> in this series, this o...

3 månader ago

Solved


Divisible by 2
This is the first problem in a set of "divisible by x" problems. You will be provided a number as a string and the function you ...

3 månader ago

Solved


Is the input divisible by 3?
Return true if the input is divisible by 3 and false if not.

3 månader ago

Solved


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

3 månader ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

3 månader ago

Solved


Max of a Vector
Write a function to return the max of a vector

3 månader ago

Solved


factorial of a number x
Factorial of a number x

3 månader ago

Solved


Find the area of a triangle
Given a triangle with a base b and height h, return the triangle area.

3 månader ago

Load more