문제를 풀었습니다


Find Logic 21

3년 초과 전

문제


Find Logic 21

3년 초과 전 | 1 | 솔버 수: 188

문제를 풀었습니다


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

3년 초과 전

문제를 풀었습니다


Rounding
Round 10.67 and make 'y' equal to that number.

3년 초과 전

문제를 풀었습니다


Binary Coder
Take an input number and print the binary value of this number.

3년 초과 전

문제를 풀었습니다


Find Logic 20

3년 초과 전

문제


Find Logic 20

3년 초과 전 | 3 | 솔버 수: 266

문제를 풀었습니다


Find Logic 19

3년 초과 전

문제


Find Logic 19

3년 초과 전 | 5 | 솔버 수: 469

문제를 풀었습니다


square number
Square a number

3년 초과 전

문제를 풀었습니다


06 - Matrix Equations 3
Define the matrices _aMat_, _bMat_, and _cMat_: <<http://samle.dk/STTBDP/Assignment1_3a.png>> ( _aMat_ = 9x9 matrix full o...

3년 초과 전

문제를 풀었습니다


03 - Matrix Variables 6
Make _fMat_ be a 5x3 matrix of random integers with values from -3 to 3 (Hint: use *randi*)

3년 초과 전

문제를 풀었습니다


06 - Matrix Equations 1
Define the vectors _aVec_ and _bVec_ and the matrix _aMat_: <<http://samle.dk/STTBDP/Assignment1_2a.png>> and <<http:/...

3년 초과 전

문제를 풀었습니다


Square root of number
Square root of given number.

3년 초과 전

문제를 풀었습니다


Perfect Square or not
find Given input x is perfect square or not,if yes then output y=1.else y=0

3년 초과 전

문제를 풀었습니다


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

3년 초과 전

문제를 풀었습니다


Sum of diagonals elements of a matrix
Given a matrix, return the sum of all the elements across the diagonals. E.g. A = [1 2 3; 4 5 6; 7 8 9;...

3년 초과 전

문제를 풀었습니다


Area of rhombus
Calculate the rhombus area

3년 초과 전

문제를 풀었습니다


Find Logic 18

3년 초과 전

문제


Find Logic 18

3년 초과 전 | 4 | 솔버 수: 418

문제를 풀었습니다


Number of toolboxes?
Return a number equal to the number of toolboxes available to the Cody solvers.

3년 초과 전

문제를 풀었습니다


Find Logic 17

3년 초과 전

문제


Find Logic 17

3년 초과 전 | 5 | 솔버 수: 328

문제를 풀었습니다


sum of first 'n' terms
Given n=10, find the sum of first 'n' terms Example: If n=10, then x=1,2,3,4,5,6,7,8,9,10. The sum of these n=10 terms is 55...

3년 초과 전

문제를 풀었습니다


Find Logic 16

3년 초과 전

문제


Find Logic 16

3년 초과 전 | 7 | 솔버 수: 283

문제를 풀었습니다


Find Logic 15

3년 초과 전

문제


Find Logic 15

3년 초과 전 | 3 | 솔버 수: 317

문제를 풀었습니다


Matlab Basics - Switching Assignments
Switch assignments for variables x and y, for example start with x = 1 and y = 3 end with y = 1 and x = 3 Do NOT simply r...

3년 초과 전

문제를 풀었습니다


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

3년 초과 전

더 보기