Resuelto


Create tangent function out of cosine only
Please don't use tangent and sine functions

más de 8 años hace

Resuelto


Create tangent function out of sin and cos
Please don't use tan(x) directly

más de 8 años hace

Resuelto


Create cosine function out of sine
Please dont use cos(x) directly

más de 8 años hace

Resuelto


Create tangent function out of sine function only
Please don't use cosine and tangent functions

más de 8 años hace

Resuelto


matlab indian players
answer is one of the indian matlab player(just for fun dont take serious)

más de 8 años hace

Resuelto


Rounding
Round 10.67 and make 'y' equal to that number.

más de 8 años hace

Resuelto


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

más de 8 años hace

Resuelto


Rankine to Kelvin Converter
Given input R, degrees Rankine, convert into degrees Kelvin.

más de 8 años hace

Resuelto


raise 1/3
Raise a number to 1/3 power.

más de 8 años hace

Resuelto


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

más de 8 años hace

Resuelto


Product of Array
Given an array of numbers. Get the product of the array.

más de 8 años hace

Resuelto


Convert from integer to binary
if true % decimalToBinaryVector(x) end

más de 8 años hace

Resuelto


What number has this problem?
This problem is added because it is problem number *???* in the "Community" problems section. <http://www.mathworks.de/matlab...

más de 8 años hace

Resuelto


Make a low pass filter
Make a first order low pass filter that will filter out the high frequency oscillations for the given input signal. The cut-off ...

más de 8 años hace

Resuelto


Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...

más de 8 años hace

Resuelto


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

más de 8 años hace

Resuelto


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

más de 8 años hace

Resuelto


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

más de 8 años hace

Resuelto


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

más de 8 años hace

Resuelto


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

más de 8 años hace

Resuelto


Area of rhombus
Calculate the rhombus area

más de 8 años hace

Resuelto


Binary Coder
Take an input number and print the binary value of this number.

más de 8 años hace

Resuelto


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

más de 8 años hace

Resuelto


The sum of the numbers in the vector
eg. [1,2,3]---->SUM=6

más de 8 años hace

Resuelto


Reverse a string
Reverse the given string. Example input = 'reverse' output = 'esrever'

más de 8 años hace

Resuelto


If-then-else
Complete the function below such that if the value of x is in the range 10 to 14, inclusive, the value 18 is assigned to y. Oth...

más de 8 años hace

Resuelto


reverse string
input='rama' output='amar'

más de 8 años hace

Resuelto


ASCii Code
Using Matlab get the ASCii for '?'

más de 8 años hace

Resuelto


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

más de 8 años hace

Resuelto


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

más de 8 años hace

Cargar más