Community Profile

photo

Ilja


Tallin University of Technology

Attivo dal 2012

Statistiche

All
  • First Review
  • First Answer
  • Commenter
  • Solver

Visualizza badge

Content Feed

Visto da

Risolto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

circa 10 anni fa

Risolto


Find the numeric mean of the prime numbers in a matrix.
There will always be at least one prime in the matrix. Example: Input in = [ 8 3 5 9 ] Output out is 4...

circa 10 anni fa

Risolto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

circa 10 anni fa

Risolto


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

circa 10 anni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

circa 10 anni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

circa 10 anni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

circa 10 anni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

circa 10 anni fa

Risposto
Problem with Matlab 2011a in Ubuntu 11.04
Just letting know that on Ubuntu 12.04 LTS and Matlab R2012a I encountered same kind font errors (eg. changeing fontnames faile...

oltre 11 anni fa | 0