解決済み


find the value

2年以上 前

解決済み


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

2年以上 前

解決済み


Divide pi
Divide pi by x!

2年以上 前

解決済み


Multiply pi
Multiply pi with x!

2年以上 前

解決済み


PIN code

2年以上 前

解決済み


Insert zeros II

2年以上 前

解決済み


Insert zeros

2年以上 前

解決済み


Set zero

2年以上 前

解決済み


size

2年以上 前

解決済み


area

2年以上 前

解決済み


Test

2年以上 前

解決済み


Row avg

2年以上 前

解決済み


find the height

2年以上 前

解決済み


NaN

2年以上 前

解決済み


Real

2年以上 前

解決済み


Matrix operation

2年以上 前

解決済み


Row sum

2年以上 前

解決済み


sign function

2年以上 前

解決済み


Factorial

2年以上 前

解決済み


Diagonal Prod

2年以上 前

解決済み


Swap rows

2年以上 前

解決済み


Size

2年以上 前

解決済み


Swap

2年以上 前

解決済み


delta x

2年以上 前

解決済み


imaginary

2年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

解決済み


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年以上 前

さらに読み込む