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 887
of 301 513

RÉPUTATION
10

CONTRIBUTIONS
3 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
2

RANG
9 548 of 21 310

RÉPUTATION
74

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
749

RANG
8 204
of 175 013

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

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

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

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

presque 11 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)?

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

environ 11 ans il y a | 0

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

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

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

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

plus de 11 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
Rate Transition Block (SIMULINK)
The problem I was having is not associated with the rate transition block, but rather the World Magnetic Model block. There is a...

presque 13 ans il y a | 0

Question


Rate Transition Block (SIMULINK)
I am running into an error while using the Rate Transition Block in SIMULINK. I have one subsystem which requires enormous amoun...

presque 13 ans il y a | 1 réponse | 0

1

réponse