Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


Area of rhombus
Calculate the rhombus area

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


ASCii Code
Using Matlab get the ASCii for '?'

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Solved


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

meer dan 6 jaar ago

Load more