已解决


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

2 years 前

已解决


Divide pi
Divide pi by x!

2 years 前

已解决


Multiply pi
Multiply pi with x!

2 years 前

已解决


PIN code

2 years 前

已解决


Insert zeros II

2 years 前

已解决


Insert zeros

2 years 前

已解决


Set zero

2 years 前

已解决


size

2 years 前

已解决


area

2 years 前

已解决


Test

2 years 前

已解决


Row avg

2 years 前

已解决


find the height

2 years 前

已解决


NaN

2 years 前

已解决


Real

2 years 前

已解决


Matrix operation

2 years 前

已解决


Row sum

2 years 前

已解决


sign function

2 years 前

已解决


Factorial

2 years 前

已解决


Diagonal Prod

2 years 前

已解决


Swap rows

2 years 前

已解决


Size

2 years 前

已解决


Swap

2 years 前

已解决


delta x

2 years 前

已解决


imaginary

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

已解决


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

2 years 前

加载更多