photo

Tom R


Purdue University

Last seen: 12 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Mechanical Engineering

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

统计学

All
MATLAB Answers

0 个提问
1 个回答

File Exchange

5 文件

Cody

0 个问题
12 个答案

排名
22,712
of 299,722

声誉
2

贡献数
0 个提问
1 个回答

回答接受率
0.00%

收到投票数
1

排名
2,073 of 20,790

声誉
871

平均
5.00

贡献数
5 文件

下载次数
34

ALL TIME 下载次数
6821

排名
33,465
of 165,604

贡献数
0 个问题
12 个答案

评分
136

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已提交


Compressible Flow Relations
Calculates various flow relations for compressible fluid flow

4 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


Shape-preserving refinement of an STL/Triangulation
This function performs a shape preserving refinement to add faces to an existing triangulation (struct or STL).

5 years 前 | 3 次下载 |

0.0 / 5
Thumbnail

已解决


Project Euler: Problem 8, Find largest product in a large string of numbers
Find the greatest product of five consecutive digits in an n-digit number. 73167176531330624919225119674426574742355349194934...

5 years 前

已解决


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

5 years 前

已解决


Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...

5 years 前

已解决


Negative Infinity
Round the given array a towards negative infinity.

5 years 前

已解决


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

5 years 前

已解决


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

5 years 前

已提交


Find multi-objective Pareto front using modified quicksort
This function returns the indices to the Pareto optimal set of designs for a given multi-objective solution space

6 years 前 | 3 次下载 |

5.0 / 5
Thumbnail

已提交


Plot with multiple Y-axes
Plotting function that allows for N y-axes using a common x axis

6 years 前 | 26 次下载 |

4.9 / 5
Thumbnail

已提交


roundtowardvec
Round a vector of values towards a given vector of choices.

6 years 前 | 1 次下载 |

5.0 / 5

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

11 years 前

已解决


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

11 years 前

已解决


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

11 years 前

已解决


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

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

11 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

11 years 前

已回答
Round towards specific values in an array
http://www.mathworks.com/matlabcentral/fileexchange/37674-roundtowardvec-m Check this function out.

13 years 前 | 1