已解决


Spot the outlier
All points except for one lie on a line. Which one is the outlier? Example: You are given a list of x-y pairs in a column ...

2 years 前

已解决


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

2 years 前

已解决


Conversion from hours to mili sec
Convert given input in hours to mili seconds

2 years 前

已解决


UICBioE240 problem 1.2
Convert a column vector into a row vector. So if A = [1; 2; 3] Then B = [ 1 2 3]

2 years 前

已解决


Your favourite city!
Type your favourite city.

2 years 前

已解决


pressure to dB?
given x ratio of pressure, find corresponding y dB

2 years 前

已解决


find radius of cone
if Slant height of Cone(I)& hight of Cone(H) given then find radius of the Cone(R) for example I=5,h=4 then the ans R=3;

2 years 前

已解决


Will there be a new leader?
Simply answer the title.

2 years 前

已解决


Square root of a number
Write a code that will output the square root of x.

2 years 前

已解决


Find the sum of n squares
What is the sum of the squares of the first n integers?

2 years 前

已解决


Corresponding ASCII code.
Given the number, the output will show the corresponding ASCII code.

2 years 前

已解决


ASCII code of a leter.
Given the letter, the output will show the corresponding ASCII code.

2 years 前

已解决


Log of a number
Write a script that will give the log of x as output.

2 years 前

已解决


ASCII Code
Using matlab, give the symbol that is associated with ASCii code 90.

2 years 前

已解决


Annual Salary
What is the annual salary of Mr. Cody if he works 40 hours a week and gets $x per hour and a yearly bonus of $2000? (Let, 50 wee...

2 years 前

已解决


Perimeters/Circumference
Given an array. Determine whether the perimeter is of a circle, triangle or square. Then calculate the perimeter.

2 years 前

已解决


Who has power to do everything in this world?
There is only one person who is older than this universe. He is Indian version of Chuck Norris.

2 years 前

已解决


Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250

2 years 前

已解决


Back to basics 26 - Keywords
Covering some basic topics I haven't seen elsewhere on Cody. Return a cell array of strings of all MATLAB keywords.

2 years 前

已解决


surface of a spherical planet
you just discovered its circumference, that is the input.

2 years 前

已解决


Output any real number that is neither positive nor negative
Output any real number that is neither positive nor negative

2 years 前

已解决


Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...

2 years 前

已解决


Given area find sides
In a right angle triangle given area 'A' one arm=x, another arm=2x then find the value of x. For example, area A=400 then ...

2 years 前

已解决


area

2 years 前

已解决


Celsius to Fahrenheit converter
Convert Celsius to Fahrenheit degrees.

2 years 前

已解决


Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?; x = [1 : 0.5 : 6]; y ...

2 years 前

已解决


Determine the square root
Determine the square root of the value the user has entered, n.

2 years 前

已解决


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

2 years 前

已解决


convert matrix to single column
given any matrix, convert it to single column

2 years 前

已解决


Calculate value of capacitor
Given the value of resistance and time at which capacitor charges to it's 99%. calculate the value of capacitor

2 years 前

加载更多