Risolto


Find Logic 21

oltre 3 anni fa

Problema


Find Logic 21

oltre 3 anni fa | 1 | 188 risolutori

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


Find Logic 20

oltre 3 anni fa

Problema


Find Logic 20

oltre 3 anni fa | 3 | 266 risolutori

Risolto


Find Logic 19

oltre 3 anni fa

Problema


Find Logic 19

oltre 3 anni fa | 5 | 469 risolutori

Risolto


square number
Square a number

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


Square root of number
Square root of given number.

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Risolto


Area of rhombus
Calculate the rhombus area

oltre 3 anni fa

Risolto


Find Logic 18

oltre 3 anni fa

Problema


Find Logic 18

oltre 3 anni fa | 4 | 418 risolutori

Risolto


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

oltre 3 anni fa

Risolto


Find Logic 17

oltre 3 anni fa

Problema


Find Logic 17

oltre 3 anni fa | 5 | 328 risolutori

Risolto


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

oltre 3 anni fa

Risolto


Find Logic 16

oltre 3 anni fa

Problema


Find Logic 16

oltre 3 anni fa | 7 | 283 risolutori

Risolto


Find Logic 15

oltre 3 anni fa

Problema


Find Logic 15

oltre 3 anni fa | 3 | 317 risolutori

Risolto


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

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Carica altro