Community Profile

photo

Brendan Gray


上一次见面:3个月前|Active since 2015

Opti-num解金宝搏官方网站决方案为广泛的行业提供基于数据分析和基于仿真的设计解决方案。我们主要使用MATLAB和SIMULINK来提供这些解决金宝app方案,这些解决方案涵盖了从软件工具,培训和教练到构建金宝搏官方网站定制应用程序的可交付成果。

Statistics

全部
  • 科迪5周年纪念日
  • 科迪5 Hard Master
  • 科迪5 Easy Master
  • 知识渊博的1级
  • First Answer
  • Promoter
  • CUP Challenge Master
  • 科迪挑战大师
  • 评论者
  • 求解器

查看徽章

Content Feed

查看

解决了


整数序列-II:新的斐波那契
破解以下整数序列。(提示:它是从原始斐波那契序列获得的,所有术语也是...

2年前

解决了


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

2年前

解决了


Sum the Infinite Series
鉴于0

2年前

解决了


Is X a Fibonacci Matrix?
为了纪念Cleve的新博客和帖子:是x fibonacci ...

2年前

解决了


Alternating sum
给定的向量X,计算交替的总和y = x(1)-x(2) + x(3)-x(4) + ...

2年前

解决了


“看和说”序列
此序列中的下一个数字是多少?* [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] W ...

2年前

解决了


Find the stride of the longest skip sequence
We define a _skip sequence_ as a regularly-spaced list of integers such as might be generated by MATLAB's

2年前

解决了


Euler项目:问题2,甚至斐波那契的总和
斐波那契序列中的每个新术语都是通过添加前两个项生成的。从1和2开始,前10个TE ...

2年前

解决了


返回斐波那契序列
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

4 years ago

解决了


Project Euler: Problem 6, Natural numbers, squares and sums.
前十个自然数的正方形的总和是1^2 + 2^2 + ... + 10^2 = 385第一个...的总和的平方...

4 years ago

解决了


如何在不使用查找功能的情况下找到元件在向量中的位置
写一个函数posx = findposition(x,y)其中x是向量,而y是您要搜索的数字。示例:鳍...

4 years ago

解决了


inner product of two vectors
inner product of two vectors

4 years ago

解决了


华氏到摄氏转换器
Convert Fahrenheit to Celsius degrees.

4 years ago

解决了


Make one big string out of two smaller strings
If you have two small strings, like 'a' and 'b', return them put together like 'ab'. 'a' and 'b' => 'ab' For extra ...

4 years ago

解决了


按降序安排向量
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4 years ago

解决了


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

4 years ago

解决了


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

4 years ago

解决了


掷骰子!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

4 years ago

解决了


Swap the input arguments
编写一个两输入的两输出函数,该函数交换其两个输入参数。例如:[q,r] =交换(5,10)返回q = ...

4 years ago

解决了


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

4 years ago

解决了


radius of a spherical planet
You just measured its surface area, that is the input.

4 years ago

解决了


Is my wife right? Now with even more wrong husband
再次,如“是我妻子对吧?”(< //www.tatmou.com/matlabcentral/cody/problems/149-is-my-wife-right> ), answer 'yes' r...

4 years ago

解决了


The sliding puzzle: 3D
This is an extension of . In this case, the puzzle is...

4 years ago

解决了


五维迷宫
*Description* The traditional maze is 2-dimensional: the navigator can move in the positive or negative directions along two ...

4 years ago

解决了


Ned's Queens
A tribute to Cody's five-year anniversary should also celebrate the people behind Cody, and in this particular case, our illustr...

4 years ago

解决了


Recaman Sequence - III
I want to create a Recaman sequence where there is a "1" in the n-th position. So from which integer should I start the Recaman ...

4 years ago

解决了


Digit concentration in Champernowne's constant
Consider the first 50 digits of Champernowne's constant 0.12345678910111213141516171819202122232425262728293... The...

4 years ago

解决了


pandigital倍数11(基于Euler 491)
A "Pandigital number of order X" is one that contains all of the numbers from 0 to X, but with no leading zeroes. If X>9, the cy...

4 years ago

解决了


Pair Primes
Let's define pair primes as follow; * *For 2 digits numbers:* 11 and 17 are pair primes because both of them are 2 digits pri...

4 years ago

解决了


生日蛋糕
这是科迪(Cody)的五岁生日,您的任务是把蜡烛放在蛋糕上。您的目标是最大化距离下注...

4 years ago

Load more