Resuelto


Find Logic 21

más de 3 años hace

Problema


Find Logic 21

más de 3 años hace | 1 | 184 solvers

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Find Logic 20

más de 3 años hace

Problema


Find Logic 20

más de 3 años hace | 3 | 262 solvers

Resuelto


Find Logic 19

más de 3 años hace

Problema


Find Logic 19

más de 3 años hace | 5 | 459 solvers

Resuelto


square number
Square a number

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Square root of number
Square root of given number.

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Resuelto


Area of rhombus
Calculate the rhombus area

más de 3 años hace

Resuelto


Find Logic 18

más de 3 años hace

Problema


Find Logic 18

más de 3 años hace | 4 | 410 solvers

Resuelto


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

más de 3 años hace

Resuelto


Find Logic 17

más de 3 años hace

Problema


Find Logic 17

más de 3 años hace | 5 | 324 solvers

Resuelto


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

más de 3 años hace

Resuelto


Find Logic 16

más de 3 años hace

Problema


Find Logic 16

más de 3 años hace | 7 | 280 solvers

Resuelto


Find Logic 15

más de 3 años hace

Problema


Find Logic 15

más de 3 años hace | 3 | 310 solvers

Resuelto


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

más de 3 años hace

Resuelto


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

más de 3 años hace

Cargar más