photo

Brandon


Active since 2013

Followers: 0   Following: 0

Message

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

Statistics

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

View badges

Feeds

View by

Answered
finding missing value using interpolation
The interp1 function does not allow for extrapolation. 2.01 is outside your domain for 0 to 1.92

mer än 8 år ago | 0

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

mer än 8 år ago | 0

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

ungefär 9 år ago | 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)?

mer än 9 år ago | 3 answers | 0

3

answers

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

mer än 9 år ago | 0

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

mer än 9 år ago | 1

| accepted

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

mer än 9 år ago | 0

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

mer än 9 år ago | 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...

mer än 9 år ago | 2 answers | 1

2

answers

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

ungefär 11 år ago | 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...

ungefär 11 år ago | 1 answer | 0

1

answer