photo

Brandon


Actif depuis 2013

Followers: 0   Following: 0

Message

Graduated from MSOE with a B.S. in Mechanical Engineering. Currently working on a PhD at MTU

Statistiques

All
MATLAB Answers

3 Questions
8 Réponses

File Exchange

2 Fichiers

Cody

0 Problèmes
83 Solutions

RANG
4 888
of 300 392

RÉPUTATION
10

CONTRIBUTIONS
3 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
2

RANG
9 482 of 20 934

RÉPUTATION
74

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
748

RANG
7 573
of 168 373

CONTRIBUTIONS
0 Problèmes
83 Solutions

SCORE
920

NOMBRE DE BADGES
4

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Scavenger Finisher
  • Speed Demon
  • CUP Challenge Master
  • Commenter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

environ 8 ans il y a

A résolu


Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...

environ 8 ans il y a

A résolu


5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...

environ 8 ans il y a

A résolu


Circle/Pentagon Overlap
Your function will be provided with the five vertices of a pentagon (p) as well as the center point (cp) and radius (r) of a cir...

environ 8 ans il y a

A résolu


A Simple Tide Gauge with MATLAB
You are standing in a few inches of sea water on a beach. You are wondering whether the high tide is coming soon or it has ju...

environ 8 ans il y a

A résolu


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

environ 8 ans il y a

A résolu


Predicting life and death of a memory-less light bulb
You have a light bulb that can fail any moment according to the exponential probability distribution. At any moment, the pro...

environ 8 ans il y a

A résolu


Is this is a Tic Tac Toe X Win?
For the game of <https://en.wikipedia.org/wiki/Tic-tac-toe Tic Tac Toe> we will be storing the state of the game in a matrix M. ...

environ 8 ans il y a

A résolu


Basic electricity in a dry situation
This is a very hypothetical situation between two individuals in a very dry atmosphere. He came running in rubber boots when...

environ 8 ans il y a

A résolu


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer whi...

environ 8 ans il y a

A résolu


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

environ 8 ans il y a

A résolu


Energy of a photon
Given the frequency F of a photon in giga hertz. Find energy E of this photon in giga electron volts. Assume h, Planck's ...

environ 8 ans il y a

A soumis


Get Current Weather Conditions
This function provides weather information for a given city.

presque 9 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A résolu


Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...

environ 9 ans il y a

A résolu


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

environ 9 ans il y a

A résolu


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

environ 9 ans il y a

Réponse apportée
finding missing value using interpolation
The interp1 function does not allow for extrapolation. 2.01 is outside your domain for 0 to 1.92

presque 10 ans il y a | 0

Réponse apportée
Iterative calculation of non-linear equations.
Have you tried writing your function as an anonymous function and using the fminsearch function to minimize the equation? y...

presque 10 ans il y a | 0

Réponse apportée
Find square root using Monte carlo?
This sounds like a homework assignment, so nobody here is going to answer it directly for you. This website might give you so...

plus de 10 ans il y a | 0

Question


What do you have in your startup.m
What do you have in your startup.m file? Does anyone have a creative use (e.g. reminder of significant others birthday)?

plus de 10 ans il y a | 3 réponses | 0

3

réponses

Réponse apportée
Plot circle in meters
Try something like this: figure(); AX(1) = axes; axis equal hold('on'); set(AX(1), 'XLim', [0 100], 'YLim', [0 ...

plus de 10 ans il y a | 0

A résolu


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

plus de 10 ans il y a

Réponse apportée
plot problem in GUI for 2014b
Is there any reason as to why you are manually defining grid lines (desired color or something)? Why don't you use the built in ...

presque 11 ans il y a | 1

| A accepté

Réponse apportée
any one help me to correcte eroor
The error states that the variable Ts_Power is not defined. If you are defining it, make sure that the spelling and capitalizati...

presque 11 ans il y a | 0

Réponse apportée
Looking to animate two lines with the angle between them changing?
Are you wanting to animate this in real time or create a video file from the plot. You may be interested in looking at these...

presque 11 ans il y a | 0

Question


createExitMsg - Fsolve execution Time
There is a function being called by fsolve called "createExitMsg." I am not using the exit information for anything. Is there an...

presque 11 ans il y a | 2 réponses | 1

2

réponses

A soumis


DetermineVArrival.m
Determine Arrival Velocity of a Orbiting Object

plus de 11 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

A résolu


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

plus de 11 ans il y a

A résolu


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

plus de 11 ans il y a

A résolu


Counting Money
Add the numbers given in the cell array of strings. The strings represent amounts of money using this notation: $99,999.99. E...

plus de 11 ans il y a

Charger plus