Gelöst


Determine the length of a string of characters
Determine the length of a string of characters

etwa 2 Jahre vor

Gelöst


Divide pi
Divide pi by x!

etwa 2 Jahre vor

Gelöst


Multiply pi
Multiply pi with x!

etwa 2 Jahre vor

Gelöst


PIN code

etwa 2 Jahre vor

Gelöst


Insert zeros II

etwa 2 Jahre vor

Gelöst


Insert zeros

etwa 2 Jahre vor

Gelöst


Set zero

etwa 2 Jahre vor

Gelöst


size

etwa 2 Jahre vor

Gelöst


area

etwa 2 Jahre vor

Gelöst


Test

etwa 2 Jahre vor

Gelöst


Row avg

etwa 2 Jahre vor

Gelöst


find the height

etwa 2 Jahre vor

Gelöst


NaN

etwa 2 Jahre vor

Gelöst


Real

etwa 2 Jahre vor

Gelöst


Matrix operation

etwa 2 Jahre vor

Gelöst


Row sum

etwa 2 Jahre vor

Gelöst


sign function

etwa 2 Jahre vor

Gelöst


Factorial

etwa 2 Jahre vor

Gelöst


Diagonal Prod

etwa 2 Jahre vor

Gelöst


Swap rows

etwa 2 Jahre vor

Gelöst


Size

etwa 2 Jahre vor

Gelöst


Swap

etwa 2 Jahre vor

Gelöst


delta x

etwa 2 Jahre vor

Gelöst


imaginary

etwa 2 Jahre vor

Gelöst


Create a function that gives a matrix like the following
x=3 y= [1 -1 -1 0 1 -1 0 0 1]; -------------------------------- x=5 y= [ 1 -1 -...

etwa 2 Jahre vor

Gelöst


Return the largest number that is adjacent to a zero
This example comes from Steve Eddins' blog: <http://blogs.mathworks.com/steve/2009/05/27/learning-lessons-from-a-one-liner/ Lear...

etwa 2 Jahre vor

Gelöst


Matrix rotation as per given angle
Given a user defined matrix and angle of rotation, rotate the elements of output matrix as clockwise or anti-clockwise. Angle wi...

etwa 2 Jahre vor

Gelöst


Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...

etwa 2 Jahre vor

Gelöst


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

etwa 2 Jahre vor

Gelöst


Beginner's Problem - Squaring
Try out this test problem first. Given the variable x as your input, square it by two and put the result in y. Examples: ...

etwa 2 Jahre vor

Mehr laden