photo

Brandon


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

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

查看徽章

Feeds

排序方式:

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

9 years 前 | 0

已回答
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...

9 years 前 | 0

已回答
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...

9 years 前 | 0

提问


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

9 years 前 | 3 个回答 | 0

3

个回答

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

9 years 前 | 0

已回答
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 ...

10 years 前 | 1

| 已接受

已回答
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...

10 years 前 | 0

已回答
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...

10 years 前 | 0

提问


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

10 years 前 | 2 个回答 | 1

2

个回答

已回答
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...

11 years 前 | 0

提问


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

11 years 前 | 1 个回答 | 0

1

个回答