photo

thoughtGarden


BYU, Raytheon, General Atomics, Fluidra

Last seen: 1 year 前 自 2016 起处于活动状态

Followers: 0   Following: 0

消息

All human wisdom is contained in these two words - Wait and Hope

Programming Languages:
Python, C++, C, MATLAB, Arduino
Spoken Languages:
English

统计学

All
MATLAB Answers

2 个提问
17 个回答

Cody

0 个问题
5 个答案

排名
1,748
of 300,057

声誉
39

贡献数
2 个提问
17 个回答

回答接受率
0.0%

收到投票数
10

排名
 of 20,866

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
57,612
of 167,162

贡献数
0 个问题
5 个答案

评分
60

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • Solver
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...

6 years 前

已解决


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

6 years 前

已解决


DNA N-Gram Distribution
Given a string s and a number n, find the most frequently occurring n-gram in the string, where the n-grams can begin at any poi...

6 years 前

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

6 years 前

已解决


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

6 years 前