Risolto


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

quasi 11 anni fa

Risolto


Variable_Addition
be able to add any variable to the number one

quasi 11 anni fa

Risolto


metre to feet converter
The idea is to make a converter, which exchange meters to feets. We use a factor of 1m = 3.281*1f. so 3m are equals to 9.843 m...

quasi 11 anni fa

Risolto


Calculate square and cube of number
Calculate square and cube of number x

quasi 11 anni fa

Risolto


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

quasi 11 anni fa

Risolto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

quasi 11 anni fa

Risolto


factorial of a number x
Factorial of a number x

quasi 11 anni fa

Risolto


Bruh
Return 'bruh'.

quasi 11 anni fa

Risolto


Repeat The Components of Matrix
Repeat The components of a matrix so that the size of the output matrix is double to input matrix and components are repeated ne...

quasi 11 anni fa

Risolto


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

quasi 11 anni fa

Risolto


Find the next prime number
Find the next prime number or numbers for given n. For example: n = 1; out = 2; or n = [5 7]; out = [7 11]; ...

quasi 11 anni fa

Risolto


Four quadrant inverse tangent function.
Create a function that returns an array P the same size as X and Y containing the element-by-element, four-quadrant inverse tang...

quasi 11 anni fa

Risolto


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

quasi 11 anni fa

Problema


Matrix Construction I
Given n, construct a matrix as shown in the example below. Example For n=8, the output should look like this: 1 2 3 4 ...

quasi 11 anni fa | 5 | 274 risolutori

Risolto


Two-output anonymous function?
Return a function handle that when applied to an input, it produces two outputs: the first is the same as the input, and the sec...

quasi 11 anni fa

Risolto


singularity 2.0 (really hard)
This problem is the continuation of problem <http://www.mathworks.com/matlabcentral/cody/problems/1770-singularity-2-0-harder Si...

quasi 11 anni fa

Risolto


singularity 2.0 (hard)
This problem is the continuation of problem <http://www.mathworks.com/matlabcentral/cody/problems/1769-singularity-2-0-easier Si...

quasi 11 anni fa

Risolto


singularity 2.0 (easier)
If you have been in Cody long enough you have probably run across some badly constructed problems and test suites. This prob...

quasi 11 anni fa

Risolto


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

quasi 11 anni fa

Risolto


solve it
sum of cubes

quasi 11 anni fa

Risolto


sole it
sum of suqrae

quasi 11 anni fa

Risolto


sole it
find the multipels of 7 not using *

quasi 11 anni fa

Risolto


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

quasi 11 anni fa

Risolto


Potential Energy
Calculate the potential energy of a rock.

quasi 11 anni fa

Risolto


How fast will the rock go?
Calculate the kinetic energy of a free falling rock.

quasi 11 anni fa

Risolto


Hydrogens in a Saturated Hydrocarbon
Given (c) carbon atoms in a saturated hydrocarbon molecule (all single bonds), how many hydrogen atoms (h) are in the molecule?

circa 11 anni fa

Risolto


Comparison techniques in image segmentation
I am working on IMAGE SEGMENTATION. Is there any technique to find that in which percentage my result is right?

circa 11 anni fa

Risolto


Times 3 problem
When you enter the number, it should return the number multiplied by 3

circa 11 anni fa

Risolto


Return fibonacci sequence do not use loop and condition version 2
Calculate the nth Fibonacci number,return sequence Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... ...

circa 11 anni fa

Risolto


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...

circa 11 anni fa

Carica altro