Ben Petschel - MATLAB Central
photo

Ben Petschel


Last seen: 7 mesi fa Attivo dal 2009

Followers: 0   Following: 0

Messaggio

Statistica

All
CodyFile ExchangeMATLAB AnswersFrom 03/09 to 03/25Use left and right arrows to move selectionFrom 03/09Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 Domande
12 Risposte

File Exchange

21 File

Cody

0 Problemi
1430 Soluzioni

RANK
1.938
of 297.851

REPUTAZIONE
34

CONTRIBUTI
3 Domande
12 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
11

RANK
508 of 20.493

REPUTAZIONE
3.364

VALUTAZIONE MEDIA
4.80

CONTRIBUTI
21 File

DOWNLOAD
42

ALL TIME DOWNLOAD
32422

RANK
76
of 159.663

CONTRIBUTI
0 Problemi
1430 Soluzioni

PUNTEGGIO
13.231

NUMERO DI BADGE
12

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • Knowledgeable Level 2
  • Cody Challenge Master
  • Project Euler I
  • Personal Best Downloads Level 2
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • First Answer
  • CUP Challenge Master
  • Scholar
  • ASEE Challenge Master

Visualizza badge

Feeds

Inviato


frontier_multiobj
find a Pareto frontier for multiple objective mixed integer linear optimisation with two objectives

7 mesi fa | 6 download |

0.0 / 5
Thumbnail

Inviato


graphcolouring
Determines a minimal graph vertex colouring. Includes a browser to visualise the numerous examples provided.

oltre un anno fa | 3 download |

0.0 / 5
Thumbnail

Inviato


golaycodec
encode/decode a binary array using the Golay code with error correction

oltre un anno fa | 8 download |

4.5 / 5

Risolto


Cycling — Critical Power
From Training and Racing with a Power Meter by Allen and Coggan: "A number of equations have been presented in the scientific...

quasi 2 anni fa

Risolto


Best Problem Elections
When I am writing those words, there are 2002 problems on Cody. Many of them are simply wonderful. Do you remember which of them...

quasi 2 anni fa

Risolto


Radiation Heat Transfer — View Factors (1)
View factors (aka configuration factors) are utilized in some radiation heat transfer models to estimate heat transfer rates bet...

quasi 2 anni fa

Risolto


Rule of mixtures (composites) - other bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

quasi 2 anni fa

Risolto


Rule of mixtures (composites) - weighted bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

quasi 2 anni fa

Risolto


Rule of mixtures (composites) - lower and upper bounds
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

quasi 2 anni fa

Risolto


Rule of mixtures (composites) - lower bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

quasi 2 anni fa

Risolto


Rule of mixtures (composites) - upper bound
The <http://en.wikipedia.org/wiki/Rule_of_mixtures rule of mixtures> is used in the mechanical design of composite structures to...

quasi 2 anni fa

Risolto


Latest Question On Cody
Get the problem number of the latest submitted Problem on Cody. Copying the test suite code might not help.

quasi 2 anni fa

Risolto


Musical Note Interval 1 - Diatonic Scale
Assuming a simple diatonic C scale, calculate the interval (integer) between two notes (provided as strings). By applying number...

quasi 2 anni fa

Risolto


McCabe Complexity
The Challenge is to return the McCabe complexity for various functions. One way to determine the McCabe Complexity is to use ...

quasi 2 anni fa

Inviato


cyclebasis
Find a basis for the cycle subspace of a graph/network.

oltre 6 anni fa | 1 download |

5.0 / 5

Inviato


Fractions Toolbox
create and manipulate fractions (K+N/D) using exact arithmetic

quasi 8 anni fa | 1 download |

5.0 / 5

Risolto


Persistent Usage
This Challenge is to implement the Matlab Persistent variable capability. Given a sequence of Calls to a function return the ...

oltre 8 anni fa

Risolto


convert?
* Given a string containing a number followed by pounds or kgs, for example: * 'Billy lost 22 pounds in four weeks.' * 'Maria ...

oltre 8 anni fa

Risolto


Calculating cost
You sold a Product at $x and gain 10% What was the cost of the product?

oltre 8 anni fa

Risolto


Find the qube of a give number.
You are given a number, find the qube of that number.

oltre 8 anni fa

Risolto


modulus of a number
find the modulus of a given number

oltre 8 anni fa

Risolto


find lenth of array
you have given an array, find the length of that.

oltre 8 anni fa

Risolto


ZigZag matrix with reflected format
ZigZag MATRIX with REFLECTED format. We have only input x. We have to create a matrix in the following pattern. input n=5...

oltre 8 anni fa

Risolto


FizzBuzz
<http://c2.com/cgi/wiki?FizzBuzzTest FizzBuzz Test> The "Fizz-Buzz test" is an interview question designed to help filter out...

oltre 8 anni fa

Risolto


Coin Tossing: Probability of Same Heads for N tosses
A pair of physicists toss a coin n times each. What is the probability that they tossed the same number of heads? *Input:*...

oltre 8 anni fa

Risolto


Make a logical diamond using GALLERY function
Inspired from <http://www.mathworks.com/matlabcentral/cody/problems/1078-make-a-diamond Problem 1078. Make a diamond> In thi...

oltre 8 anni fa

Risolto


Create a random vector of integers with given sum
Your task today is to write a function that returns a vector of integer numbers, between, and including, 1 and m, of which the s...

oltre 8 anni fa

Risolto


Replace pattern 0 1 0 and 1 0 1
Find and replace a pattern in a row of zeroes and ones. * Find 1 0 1 and replace it with 1 1 1 * Find 0 1 0 and replace it w...

oltre 8 anni fa

Risolto


Generalized Fibonacci
The Fibonacci sequence is defined as: Fib(1) = 0 Fib(2) = 1 Fib(N) = Fib(N-1) + Fib(N-2) The Fibonacci sequence ca...

oltre 8 anni fa

Risolto


Find the mode of the given input
Find the statistical <http://en.wikipedia.org/wiki/Mode_(statistics)/ mode> of the given input. Example: If X is matr...

oltre 8 anni fa

Carica altro