Community Profile

photo

Martin


Hochschule Niederrhein

Last seen: 2年弱 前 2012 年からアクティブ

Followers: 0   Following: 0

連絡

---

統計

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Introduction to MATLAB Master
  • Community Group Solver
  • Draw Letters
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

2年以上 前

解決済み


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

2年以上 前

解決済み


Converts numbers into characters
Converts numbers into characters

2年以上 前

解決済み


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

2年以上 前

解決済み


The Tower of Hanoi
In the <http://en.wikipedia.org/wiki/Tower_of_Hanoi Tower of Hanoi problem> with 3 rods (1, 2 & 3), the goal is to move a tower ...

2年以上 前

解決済み


Velocity Conversion

2年以上 前

解決済み


Energy Conversion 2

2年以上 前

解決済み


Energy Conversion 1

2年以上 前

解決済み


Area Conversion 1

2年以上 前

解決済み


Area Conversion 2

2年以上 前

解決済み


Mass Conversion 2

2年以上 前

解決済み


Mass Conversion 1

2年以上 前

解決済み


Temperature Conversion 3

2年以上 前

解決済み


Temperature Conversion 2

2年以上 前

解決済み


Temperature Conversion 1

2年以上 前

解決済み


to the 2 all elements
to the 2 all elements

2年以上 前

解決済み


the average value of the elements
Calculate the average value of the elements in the array

2年以上 前

解決済み


calculate the length of matrix
input 1 array, calculate the length

2年以上 前

解決済み


Find the max element of the array
Find the max element of the array

2年以上 前

解決済み


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

2年以上 前

解決済み


Double all elements in the array
Duplicate all elements in the array

2年以上 前

解決済み


Draw a '0' in a one matrix!

2年以上 前

解決済み


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

2年以上 前

解決済み


Blood test?
Assuming: the genetic makeup (genotype) of a child is coded as a pair with two components, combining half genotype of one parent...

2年以上 前

解決済み


square of a number
find square of a given number

2年以上 前

解決済み


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

2年以上 前

解決済み


surface of a spherical planet
you just discovered its circumference, that is the input.

2年以上 前

解決済み


Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];

2年以上 前

解決済み


Sum of diagonal of a square matrix
If x = [1 2 4; 3 4 5; 5 6 7] then y should be the sum of the diagonals of the matrix y = 1 + 4 + 7 = 12

2年以上 前

解決済み


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

2年以上 前

さらに読み込む