Community Profile

photo

Ilja


Tallin University of Technology

2012 年からアクティブ

統計

All
  • First Review
  • First Answer
  • Commenter
  • Solver

バッジを表示

Content Feed

表示方法

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

解決済み


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

約10年 前

回答済み
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...

11年以上 前 | 0