
Sarah
Followers: 0 Following: 0
Statistics
0 Problems
86 Solutions
RANK
N/A
of 297 891
REPUTATION
N/A
CONTRIBUTIONS
0 Questions
0 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20 503
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...
mer än ett år ago
Solved
Transpose
Write a MATLAB script in order to convert a random length row vector (v) into a column vector.
mer än ett år ago
Solved
Get the area of the square.
Four circles are inscribed in the square ABCD. The perimeter of each circle is *aπ*. <<http://imgfz.com/i/UzgCJut.png>> Gi...
mer än ett år ago
Solved
Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.
mer än ett år ago
Solved
Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...
mer än ett år ago
Solved
Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...
mer än ett år ago
Solved
Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...
mer än ett år ago
Solved
Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...
mer än ett år ago
Solved
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mer än ett år ago
Solved
Write a code that will follow the equation y = x * (x + x) * x.
If x = 5, y = 5 * (5+5) * 5 = 250
mer än ett år ago
Solved
Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<https://i.imgur.com/jlZDHhq.png>> ...
mer än ett år ago
Solved
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
mer än ett år ago
Solved
Median computation (★)
Given a vector of values, compute the median. The median is defined as the middle value in a set of *sorted* data. Thus, if ...
mer än ett år ago
Solved
Determine the square root
Determine the square root of the value the user has entered, n.
mer än ett år ago
Solved
Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.
mer än ett år ago
Solved
Create tangent function out of cosine only
Please don't use tangent and sine functions
mer än ett år ago