photo

Nikolaos Nikolaou


Last seen: Today 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

AI engineer

Programming Languages:
Python, C++, C, R, MATLAB, SQL
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
AI and Statistics

统计学

Cody

0 个问题
4117 个答案

排名
N/A
of 299,911

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,835

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
11
of 166,527

贡献数
0 个问题
4117 个答案

评分
42,664

徽章数量
87

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Magic Numbers II Master
  • R2016b Feature Challenge Master
  • ASEE Challenge Master
  • Sequences And Series II Master
  • Leader
  • Matrix Patterns III Master
  • Matrix Patterns I Master
  • Matrix Manipulation II Master
  • Indexing IV Master
  • Number Manipulation II Master

查看徽章

Feeds

排序方式:

已解决


Cyclotomic Polynomials
Given a Natural number (N), return the corresponding Cyclotomic Polynomial.

6 hours 前

已解决


Parametric Array
Create a row vector, 1xN (Integer, >1), such that the mean of the vector is M (Real number) and the standard deviation of the ...

17 hours 前

已解决


Continuous NaNs - I
Remove any continuous NaNs that appear in the array - %Example 1 input = [1 NaN 2 NaN NaN 3 NaN NaN NaN] output = [1 NaN 2 ...

17 hours 前

已解决


Rooky Towers
You are wandering and as you realise something's off, you find yourself lost in a peculiar place - Over a giant field which is ...

18 hours 前

已解决


Easy Sequences 30: Nearly Pythagorean Triangles
A Nearly Pythagorean Triangle (abbreviated as "NPT'), is an integer-sided triangle whose square of the longest side, which we wi...

2 days 前

已解决


Touchard Polynomial
Return the coefficients of nth (n>=0) Touchard polynomials - T1(x) = x; output = [1 0]; T2(x) = x^2 + x; output = [1 1 0]...

3 days 前

已解决


row removal
Remove the nth row from input matrix M and return the resulting matrix in output N.

4 days 前

已解决


Tricky timing
Write a function that takes between 0.5 seconds and 0.6 seconds to run.

4 days 前

已解决


Trickier Timing
You solution should return control to main program only when the current time ends in either a 5 or 0 (e.g. the current seconds ...

4 days 前

已解决


Gaussian elimination
Get the Gussian elimination of the Matrix Given You cannot use built-in Matlab functions triu :)

4 days 前

已解决


Create tangent function out of sine function only
Please don't use cosine and tangent functions

4 days 前

已解决


Remainder
Given two number a and b find the remainder when you divide a by b

4 days 前

已解决


Mode
Find the mode of a vector x

4 days 前

已解决


Subtraction
Given two numbers a and b subtract them

4 days 前

已解决


Prime Number
Determine if a number is prime

4 days 前

已解决


Add two numbers
Given two numbers a and b add them together

4 days 前

已解决


Multiplication
Given 2 numbers a and b mulitply them

4 days 前

已解决


rotation et mise à l'échelle avec des complexes
Ecrire une fonction Zr=scale_rot(A,phi,Z) qui permet une mise à l'échelle d'un facteur A et une rotation d'un angle phi (en rad)...

4 days 前

已解决


Moyenne pondérée
Ecrire une fonction qui prend en entrée un vecteur P et un vecteur V et calcule la moyenne pondérée MP des élements vi d'un vec...

4 days 前

已解决


ICFP2024 007: Lambdaman 1, 2, 3 Breadth Solver
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

4 days 前

已解决


ICFP2024 001: Lambdaman 6
The ICFP2024 contest was held June29 thru July 1. The contest consisted of five parts: ICFP Language, Lambdaman maze, Starship f...

4 days 前

已解决


ICFP 2024 Programming Contest June 28 thru July 1
This is to announce the annual ICFP programming contest for 2024. The ICFP 2024 homepage link is ICFP 2024 . Registration will...

4 days 前

已解决


Build triangulation from -sorted- edge list
Problem statement An edge list is simply a N x 2 matrix of positive integers, in which N is the number of edges and each intege...

2 months 前

已解决


Check Euler's characteristic on regular polyhedra
Problem statement Given the number of vertices and the number of faces of a given regular polyhedron, compute the number of its...

2 months 前

已解决


Mesh the square with triangles
Problem statement An square is a regular polygon with 4 vertices and 4 edges. A triangulated mesh T (stands for triangles he...

2 months 前

已解决


Mesh the pentagon (with the minimum number of triangles)
Problem statement An pentagon is a regular polygon with 5 vertices and 5 edges. Here below is an example of the vertex set V,...

2 months 前

已解决


Mesh the tetrahedron
Problem statement An tetrahedron is a regular polyhedron with 4 vertices and 4 triangular faces. It is also one of the five w...

2 months 前

已解决


Mesh the cube
Problem statement : mesh the cube with quadranglar / squared faces An cube / regular hexahedron is a regular polyhedron with ...

2 months 前

已解决


Mesh the octahedron
Problem statement An octahedron is a regular polyhedron with 6 vertices and 8 triangular faces. It is also one of the five we...

2 months 前

已解决


Check the integers additive decomposition conjecture
Problem statement A conjecture (I rediscovered ?) related to Goldbach's one states that every integer above 2 can be written ...

2 months 前

加载更多