문제를 풀었습니다


Laws of motion 5
Calculate the force is u are given mass and acceleration.

4개월 전

문제를 풀었습니다


Laws of motion 6

4개월 전

문제를 풀었습니다


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

4개월 전

문제를 풀었습니다


Converts numbers into characters
Converts numbers into characters

4개월 전

문제를 풀었습니다


Find the max element of the array
Find the max element of the array

4개월 전

문제를 풀었습니다


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

4개월 전

문제를 풀었습니다


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

4개월 전

문제를 풀었습니다


to the 2 all elements
to the 2 all elements

4개월 전

문제를 풀었습니다


the average value of the elements
Calculate the average value of the elements in the array

4개월 전

문제를 풀었습니다


Double all elements in the array
Duplicate all elements in the array

4개월 전

문제를 풀었습니다


calculate the length of matrix
input 1 array, calculate the length

4개월 전

문제를 풀었습니다


Draw a '0' in a one matrix!

4개월 전

문제를 풀었습니다


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

4개월 전

문제를 풀었습니다


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

4개월 전

문제를 풀었습니다


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

4개월 전

문제를 풀었습니다


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

4개월 전

문제를 풀었습니다


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

4개월 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

4개월 전

문제를 풀었습니다


radius of a spherical planet
You just measured its surface area, that is the input.

4개월 전

문제를 풀었습니다


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

4개월 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

4개월 전