Community Profile

photo

Informaton


Last seen: oltre un anno ago|Active since 2014

Statistics

全部
  • Revival Level 1
  • First Answer
  • 测验主
  • 索引我掌握
  • 索引II主
  • Tiles Challenge Master
  • Speed Demon
  • Creator
  • Promoter
  • CUP Challenge Master
  • Leader
  • 评论者

查看徽章

Content Feed

查看

解决了


额外的安全素数
您知道数字5是第一个安全素数吗?一个安全的素数是可以表示为2p+1的质数,其中p在...

circa 4 anni ago

解决了


时间2-从这里开始
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 4 anni ago

解决了


打钩。托克。打钩。托克。打钩。托克。打钩。托克。打钩。托克。
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

oltre 4 anni ago

解决了


在发生时标记最大幅度的波动
您的现象会产生严格的正面或负面结果。delta = [1 -3 4 2 -1 6 -2 -7];前进...

oltre 4 anni ago

解决了


Transposition as a CIPHER
这一切都涉及转印短信。如果输入字符串为: *s1 ='我的名字是sourav mondal' *,则输出为: *s2 ...

oltre 4 anni ago

解决了


REGEXP的使用
给定一个字符串,包含几句句子,例如:'我弹钢琴。约翰踢足球。安妮塔回家。你安全吗?...

oltre 4 anni ago

解决了


Alphabetize by last name
Given a list of names in a cell array, sort the list by the last name. So if list = {'Barney Google','Snuffy Smith','Dagwood ...

oltre 4 anni ago

解决了


光子的能量
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...

oltre 4 anni ago

解决了


如何减去?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...

oltre 4 anni ago

解决了


Back to basics 17 - white space
涵盖了我在科迪其他地方没有看到的一些基本主题。从输入变量中删除尾随的白色空间

oltre 4 anni ago

解决了


选择矢量的素数
Find the prime numbers in a vector

oltre 4 anni ago

解决了


Filter AC, pass DC
Input x is the sampled signal vector, may have both AC and DC components. Output vector y should not contain any AC component. ...

oltre 4 anni ago

解决了


寻找矩形的周长
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

oltre 4 anni ago

解决了


Summation of array
给定数组,找到示例中所有元素的总和:输入x = [1 2 3 5;4 5 6 7];输出y是33

oltre 4 anni ago

解决了


Matlab Basics - Set unwanted parts of a vector to zero
考虑一个长度> = 7的向量X,将脚本编写为将元素2、5和6设置为零。示例x = [1 2 3 4 5 6 7] - > ...

oltre 4 anni ago

解决了


Matlab Basics - Absolute Value
编写一个返回x中元素的绝对值的脚本,例如x = [-1 -2 -3 -4] - > y = [1 2 3 4]

oltre 4 anni ago

解决了


UICBioE240 problem 1.15
计算:sin(pi/6)cos(pi)tan(pi/2)

oltre 4 anni ago

解决了


创建一个零矩阵
给定一个输入X,创建一个带有X行和X列的零的正方形矩阵。

oltre 4 anni ago

解决了


Remove the Zero
Given an array n, remove all zeros

oltre 4 anni ago

解决了


Determine Whether an array is empty
Input a matrix x, output y is TRUE if x is empty, otherwise FALSE.

oltre 4 anni ago

解决了


产生斐波那契序列
Construct a diagram that generates the Fibonacci sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34.....up to 377 The Fibonacci sequ...

oltre 4 anni ago

解决了


测试平衡括号
Given the input inStr, give the boolean output out indicating whether all the parentheses are balanced. Examples: * If ...

oltre 4 anni ago

解决了


戈德巴赫的猜想,第2部分
The asserts that every even integer greater than 2 can ...

oltre 4 anni ago

解决了


Compute a dot product of two vectors x and y
X和Y是输入向量,D是一个数字,并包含其点产品

oltre 4 anni ago

解决了


做一个low pass filter
制作一阶低通滤波器,以过滤给给定输入信号的高频振荡。截止...

oltre 4 anni ago

解决了


Find state names that end with the letter A
Given a list of US states, remove all the states that end with the letter A. Example: Input s1 = 'Alabama Montana Nebras...

oltre 4 anni ago

解决了


How many trades represent all the profit?
给定交易的结果清单:[1 3 -4 2 -1 2 3]我们可以将它们加起来以查看这一系列交易获得了利润...

oltre 4 anni ago

解决了


Given a window, how many subsets of a vector sum positive
给定一个向量:[1 0 -1 3 2 -3 1]和2的窗口,滑动窗口会找到:1 + 0 = 1 0-1 = -1 ...

oltre 4 anni ago

解决了


Find a subset that divides the vector into equal halves
给定矢量X,将索引返回到将额定为所有元素总和的一半的元素。示例:INPU ...

oltre 4 anni ago

解决了


Spot the outlier
全部points except for one lie on a line. Which one is the outlier? Example: You are given a list of x-y pairs in a column ...

大约5 anni前

Load more