문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Find Logic 9

거의 4년 전

문제를 풀었습니다


Find Logic 8

거의 4년 전

문제를 풀었습니다


Find Logic 6

거의 4년 전

문제를 풀었습니다


Find Logic 4

거의 4년 전

문제를 풀었습니다


Find Logic 3

거의 4년 전

문제를 풀었습니다


Find Logic 16

거의 4년 전

문제를 풀었습니다


Find Logic 1

거의 4년 전

문제를 풀었습니다


Find Logic 10

거의 4년 전

문제를 풀었습니다


Find Logic 11

거의 4년 전

문제를 풀었습니다


Find Logic 12

거의 4년 전

문제를 풀었습니다


Find Logic 13

거의 4년 전

문제를 풀었습니다


Find Logic 15

거의 4년 전

문제를 풀었습니다


Find Logic 14

거의 4년 전

문제를 풀었습니다


Find Logic 17

거의 4년 전

문제를 풀었습니다


Find Logic 18

거의 4년 전

문제를 풀었습니다


Find Logic 19

거의 4년 전

문제를 풀었습니다


How to add?
* Imagine you are in 2222 Anno Domini, when everyone must learn how to add, * and competing for the highly prestigious post of,...

거의 4년 전

문제를 풀었습니다


Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.

거의 4년 전

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<https://imgur.com/x6hT6mm.png>> ...

거의 4년 전

문제를 풀었습니다


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

거의 4년 전

문제를 풀었습니다


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

거의 4년 전

문제를 풀었습니다


Swap the input arguments
Write a two-input, two-output function that swaps its two input arguments. For example: [q,r] = swap(5,10) returns q = ...

거의 4년 전

문제를 풀었습니다


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

거의 4년 전

문제를 풀었습니다


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

거의 4년 전

문제를 풀었습니다


Check if number exists in vector
Return 1 if number _a_ exists in vector _b_ otherwise return 0. a = 3; b = [1,2,4]; Returns 0. a = 3; b = [1,...

거의 4년 전

문제를 풀었습니다


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

거의 4년 전

더 보기