Community Profile

photo

Martin


Hochschule Niederrhein

Last seen: etwa 2 Jahre vor Aktiv seit 2012

Followers: 0   Following: 0

Kontakt

---

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


Converts numbers into characters
Converts numbers into characters

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


Velocity Conversion

mehr als 2 Jahre vor

Gelöst


Energy Conversion 2

mehr als 2 Jahre vor

Gelöst


Energy Conversion 1

mehr als 2 Jahre vor

Gelöst


Area Conversion 1

mehr als 2 Jahre vor

Gelöst


Area Conversion 2

mehr als 2 Jahre vor

Gelöst


Mass Conversion 2

mehr als 2 Jahre vor

Gelöst


Mass Conversion 1

mehr als 2 Jahre vor

Gelöst


Temperature Conversion 3

mehr als 2 Jahre vor

Gelöst


Temperature Conversion 2

mehr als 2 Jahre vor

Gelöst


Temperature Conversion 1

mehr als 2 Jahre vor

Gelöst


to the 2 all elements
to the 2 all elements

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


Draw a '0' in a one matrix!

mehr als 2 Jahre vor

Gelöst


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]

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


square of a number
find square of a given number

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Gelöst


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

mehr als 2 Jahre vor

Mehr laden