photo

Tom R


Purdue University

Last seen: 12 Monate vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: Mechanical Engineering

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

Statistik

All
MATLAB Answers

0 Fragen
1 Antwort

File Exchange

5 Dateien

Cody

0 Probleme
12 Lösungen

RANG
22.712
of 299.737

REPUTATION
2

BEITRÄGE
0 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
2.073 of 20.791

REPUTATION
871

DURCHSCHNITTLICHE BEWERTUNG
5.00

BEITRÄGE
5 Dateien

DOWNLOADS
33

ALL TIME DOWNLOADS
6822

RANG
33.468
of 165.655

BEITRÄGE
0 Probleme
12 Lösungen

PUNKTESTAND
136

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Compressible Flow Relations
Calculates various flow relations for compressible fluid flow

fast 4 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


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

fast 5 Jahre vor | 3 Downloads |

0.0 / 5
Thumbnail

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


Negative Infinity
Round the given array a towards negative infinity.

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gelöst


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

fast 5 Jahre vor

Gesendet


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

fast 6 Jahre vor | 3 Downloads |

5.0 / 5
Thumbnail

Gesendet


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

etwa 6 Jahre vor | 25 Downloads |

4.9 / 5
Thumbnail

Gesendet


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

mehr als 6 Jahre vor | 1 Download |

5.0 / 5

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

Gelöst


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

fast 11 Jahre vor

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

etwa 13 Jahre vor | 1