Solved


Find Logic 24

5 years ago

Problem


Find Logic 24

5 years ago | 0 | 210 solvers

Solved


Find Logic 23

5 years ago

Problem


Find Logic 23

5 years ago | 1 | 283 solvers

Solved


kmph to mps
convert kilometer per hour to meter per second

5 years ago

Solved


Find Logic 22

5 years ago

Problem


Find Logic 22

5 years ago | 0 | 294 solvers

Solved


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

5 years ago

Solved


vectorization in N
For a given integer n (n>1), compute the sum f (i) (1 <= i <= n) where f (i) = 1 if n is odd and 2 otherwise.

5 years ago

Solved


Matlab Basics II - Max & Index of Max
Write a function that takes a vector x, then returns both the max value in x and its location in the vector for example x ...

5 years ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

5 years ago

Solved


Matlab Basics - y as a function of x
Write a function to calculate y as a function of x, such that y = 6x^2 + 5x - 2

5 years ago

Solved


Array of Ones
Create a 100 X 100 array of ones.

5 years ago

Solved


Factorize THIS, buddy
List the prime factors for the input number, in decreasing order. List each factor only once, even if the factorization includes...

5 years ago

Solved


Increment a number, given its digits
Take as input an array of digits (e.g. x = [1 2 3]) and output an array of digits that is that number "incremented" properly, (i...

5 years ago

Solved


07 - Common functions and indexing 3
Define _eMat_: <<http://samle.dk/STTBDP/Assignment1_3e.png>> Create the variable _eMat2_, which is equal to _eMat_ with th...

5 years ago

Solved


Remove the Zero
Given an array n, remove all zeros

5 years ago

Solved


Find Logic 21

5 years ago

Problem


Find Logic 21

5 years ago | 1 | 260 solvers

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


Find Logic 20

5 years ago

Problem


Find Logic 20

5 years ago | 3 | 363 solvers

Solved


Find Logic 19

5 years ago

Problem


Find Logic 19

5 years ago | 5 | 660 solvers

Solved


square number
Square a number

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Solved


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

5 years ago

Load more