문제를 풀었습니다


Remove entire row and column in the matrix containing the input values
Remove the entire row and column from the matrix containing specific values. The specified value can be a scalar or a vector. Fo...

9개월 전

문제를 풀었습니다


remove every row&col for every nan
for a given matrix, remove the row and column of every nan. Example x=[1 2 NaN 4 5 6 7 8 ...

9개월 전

문제를 풀었습니다


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

9개월 전

문제를 풀었습니다


row removal
Consider a matrix and remove the first row of the matrix.

9개월 전

문제를 풀었습니다


Find Rows with Specift Properities
Delete rows with specific properites as following: Find rows that have a negative value in any element of the row and delete it...

9개월 전

문제를 풀었습니다


Remove a specific column with min value
Remove the column that contain the min value in the matrix? If you like the problem, please give it a like:)

9개월 전

문제를 풀었습니다


Remove a specific column with max value
Remove the column that contain the max value in the matrix? If you like the problem, please give it a like:)

9개월 전

문제를 풀었습니다


Remove a specific row with min value
Remove the row that contain the min value in the matrix? If you like the problem, please give it a like:)

9개월 전

문제를 풀었습니다


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

9개월 전

문제를 풀었습니다


Find Logic 29

9개월 전

문제를 풀었습니다


Find Logic 28

9개월 전

문제를 풀었습니다


Find Logic 27

9개월 전

문제를 풀었습니다


Find Logic 26

9개월 전

문제를 풀었습니다


Find Logic 25

9개월 전

문제를 풀었습니다


Find Logic 24

9개월 전

문제를 풀었습니다


Find Logic 23

9개월 전

문제를 풀었습니다


Find Logic 22

9개월 전

문제를 풀었습니다


Find Logic 21

9개월 전

문제를 풀었습니다


Find Logic 20

9개월 전

문제를 풀었습니다


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

9개월 전

문제를 풀었습니다


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

9개월 전

문제를 풀었습니다


Convert radians to degrees
Given input in radians, output to degrees

9개월 전

문제를 풀었습니다


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

9개월 전

문제를 풀었습니다


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

9개월 전

문제를 풀었습니다


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

9개월 전

문제를 풀었습니다


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

9개월 전

문제를 풀었습니다


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

12개월 전

문제를 풀었습니다


Temperature Conversion 2

12개월 전

문제를 풀었습니다


Temperature Conversion 1

12개월 전

문제를 풀었습니다


Swap between columns
The idea is to swap between second and second last column Ex = [1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; 1 2 3 4 5; ...

12개월 전

더 보기