문제


Switch-Case-Otherwise
You should make random numbers to 10, by 3 rows and 3 columns. Cases from 1 to 3, b = true. Otherwise, b = false.

대략 1개월 전 | 0 | 솔버 수: 54

문제


NOT
If a not equal to zero, b = true, else, b = false.

대략 1개월 전 | 0 | 솔버 수: 65

문제를 풀었습니다


OR
If a greater than zero or c less than 10, b = true, else, b = false.

대략 1개월 전

문제


OR
If a greater than zero or c less than 10, b = true, else, b = false.

대략 1개월 전 | 0 | 솔버 수: 65

문제를 풀었습니다


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

대략 1개월 전

문제


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

대략 1개월 전 | 0 | 솔버 수: 67

문제를 풀었습니다


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

대략 1개월 전

문제


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

대략 1개월 전 | 0 | 솔버 수: 67

문제를 풀었습니다


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

대략 1개월 전

문제


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

대략 1개월 전 | 0 | 솔버 수: 70

문제를 풀었습니다


If-Else
If a more than zero, b = true, else, b = false.

대략 1개월 전

문제


If-Else
If a more than zero, b = true, else, b = false.

대략 1개월 전 | 0 | 솔버 수: 72

문제를 풀었습니다


If
If a more than zero, then b = true.

대략 1개월 전

문제


If
If a more than zero, then b = true.

대략 1개월 전 | 0 | 솔버 수: 75

문제를 풀었습니다


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

대략 1개월 전

문제를 풀었습니다


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

대략 1개월 전

문제를 풀었습니다


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

대략 1개월 전

문제를 풀었습니다


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

대략 2개월 전

문제를 풀었습니다


Multiplying the Sums of Two Arrays
Get two arrays, add the values within the array up, and then multiply the two total values. [2,3]*[3,6] 5*18 90

대략 2개월 전

문제를 풀었습니다


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

대략 2개월 전

문제


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

대략 2개월 전 | 0 | 솔버 수: 56

문제를 풀었습니다


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

대략 2개월 전

문제


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

대략 2개월 전 | 0 | 솔버 수: 54

문제를 풀었습니다


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

대략 2개월 전

문제


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

대략 2개월 전 | 0 | 솔버 수: 53

문제를 풀었습니다


Basic Physics VII
Calculate the speed.

대략 2개월 전

문제


Basic Physics VII
Calculate the speed.

대략 2개월 전 | 0 | 솔버 수: 54

문제를 풀었습니다


Basic Physics VI
Fing the Kinetic Energy (KE) buy Distance (d) and Time (t) instead of Speed (v).

대략 2개월 전

문제


Basic Physics VI
Fing the Kinetic Energy (KE) buy Distance (d) and Time (t) instead of Speed (v).

대략 2개월 전 | 0 | 솔버 수: 54

문제를 풀었습니다


Square a Number
Given an input x, return y, which is equal to the square of x.

대략 2개월 전

더 보기