Community Profile

photo

明诺琳娜


Last seen: 2 months ago|Active since 2020

Programming Languages:
Python
口语:
法语,意大利语

Statistics

  • 拼图器
  • 评论者
  • Creator
  • 科迪Problems in Japanese Master
  • Speed Demon
  • Draw Letters
  • 学者
  • Promoter
  • CUP Challenge Master
  • Matlab Master简介
  • 社区集团求解器
  • 求解器

查看徽章

Content Feed

查看

解决了


Finding peaks
Find the peak values in the signal. The peak value is defined as the local maxima. For example, x= [1 12 3 2 7 0 3 1 19 7]; ...

2 months ago

解决了


Find the shortest distance between a point and a straight line.
考虑到三个点A,B和C的笛卡尔坐标(在平坦的欧几里得空间中),找到...之间的最短距离

2 months ago

解决了


Fill a zeros matrix
其目的是填补所有零的数组n a numerical value and the index of row and columns for this value. 3 Inputs: ...

2 months ago

解决了


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

3个月前

解决了


String Logic 1
例子: 'CAT' --> 'IGZ' 'DOG' --> 'JUM'

3个月前

解决了


Minimum Distance Point to Segment
这一挑战是确定从定义两个点到一个点的2D线段的最小距离。重点是(P ...

4 months ago

解决了


Compound Interest Rate Calculation With Yearly Deposition Into A Bank Account
该问题通过让银行帐户所有者存放固定数量的款项来增加复合利息计算。

4 months ago

解决了


Float like a cannonball
Given gravity on earth (g=9.81 [m/s/s]) find the distance s [m] by a cannonball propelled at a speed of u [m/s] from the origin ...

4 months ago

解决了


The maximum sum of squares
Create a function file with an input maxval to determine the maximum number of terms for the series 1^2 + 2^2 + 3^2 + ... such t...

4 months ago

解决了


Circumscribed circles
考虑到三角形的3个侧面的长度,请输出限制圆的半径。示例:[3 4 5] - > 2.5

4 months ago

解决了


Concatenated roots
Which is the value of this infinte concatenated roots? <> Note: If ...

4 months ago

解决了


在1到n数组中找到两个丢失的数字
给您一个从1到n的数组,有两个丢失的数字。返回两个丢失的数字。输入:x = [5 2 0 1 ...

4 months ago

解决了


Count given word x in text.
Count how many times given word x repeats in text.

4 months ago

解决了


检查矩阵对角线是否等于其次要对角线
Your function should return True if the secondary diagonal is equal to diagonal, and False otherwise. Eg: M = [1 2 1 ...

4 months ago

解决了


Add the number of horizontal and vertical movements to each matrix element
给定n,创建一个方形矩阵,并具有元素(1,1)= 1,为每个horitizonal和垂直运动的每个元素加1。E ...

4 months ago

解决了


查找丢失的数字。
Total *N* numbers are in the series of natural numbers ( *1,2,3,...,N* ). The input is an array (unsorted) of those natural num...

4 months ago

解决了


单元源索引
Suppose that C is a cell array whose elements consist of row vectors of elements of the same type. For example, C could be a ce...

4 months ago

解决了


拆分广场 - 第一个问题

4 months ago

解决了


单词距离 - 总和
Let's suppose that the distance of a word can be calculated by summing the differences between its letters, having assigned the ...

4 months ago

解决了


Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...

4 months ago

解决了


绘制符号'+'
Draw '+' in an x-by-x matrix (where x is odd and x >3) Example: x = 5 y = [0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 ...

4 months ago

解决了


Draw "T" inside a Zero Matrix
给定一个充满零的X-By-X矩阵(x> 2)。使用1来绘制字母“ t”!像这样:x = 5,y = 1 1 1 1 1 0 0 0 1 0 0 0 ...

4 months ago

解决了


在零矩阵中绘制“ C”
Given a x-by-x matrix filled with zeros (x> 4). Use 1 to draw a letter C into it! Like this: x = 5, y = 1 1 1 1 1 1 0 0 0 0 ...

4 months ago

解决了


常规六边形区域
Given the length of a side of a regular hexagon, return its area rounded to two decimal places.

4 months ago

解决了


回文问题1
Continued Problem 50033: A palindrome is one-thirteenth of the sum of and , where and are also palindrome. Give an example o...

4 months ago

解决了


随机问题12-平方数字
Square the number

4 months ago

解决了


RandomProblem13-Cube a number
Cube a number

4 months ago

解决了


Random Problem14 - Multiply a vector by a scalar of 2
Multiply a vector by a scalar of 2

4 months ago

解决了


Determine whether the given number is palindrome or not.
腔圆柱数(也称为数字palindrome或数字palindrome)是一个数字(例如16461),它仍然是s ...

4 months ago

解决了


Swap Characters of a Single Word
Description: In the given input word, convert the lower case to upper case and vice versa. A to a, a to A ... Example: 'Matl...

4 months ago

Load more