Nick - MATLAB Central
photo

Nick


Last seen: ongeveer 2 maanden ago Active since 2020

Followers: 0   Following: 0

Statistics

All
MATLAB AnswersCodyZoom OutFrom 02/20 to 05/25Use left and right arrows to move selectionFrom 02/20Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 Questions
0 Answers

Cody

0 Problems
2 Solutions

RANK
31.057
of 298.641

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
1

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
88.718
of 161.878

CONTRIBUTIONS
0 Problems
2 Solutions

SCORE
30

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


How to vectorize analytical derivative functions for bvp4c?
I want to use the vectorization option to speed up bvp4c while also providing analytical derivatives, but it is unclear to me ho...

2 maanden ago | 2 answers | 0

2

answers

Question


Best way to integrate equations of motion with zero order hold control inputs
I have some equations of motion that I want to integrate using an ODE solver. I also have a control input to these equations of ...

8 maanden ago | 1 answer | 0

1

answer

Question


Is there a way to terminate integration when multiple events are triggered simultaneoulsy?
Multiple events can be included in an ODE event function, but it seems there is only capability to detect and act on each event ...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


Do ODE solvers use location of root of event function in its solution even if integration isn't specified to stop?
Say I want to solve an ODE with a piece-wise continuous function and I want to accrurately capture the corner point in the solut...

ongeveer een jaar ago | 1 answer | 0

1

answer

Question


Possible bug with coneprog?
I am wondering if this is a bug in coneprog or expected behavior. The example used to reproduce this is from https://www.mathwor...

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


coneprog: Infeasibilities are satisfied in last step from iterative display but exitflag is still -2 (NoFeasiblePointFound)
I am trying to solve a trajectory optimization problem with coneprog under the problem-based approach and am having convergence ...

bijna 3 jaar ago | 1 answer | 1

1

answer

Question


Is there a way to comment out all unused lines in an automatically generated code at once?
I am using matlabFunction to automatically generate very large symbolic functions. In the generated function, there are a number...

bijna 4 jaar ago | 1 answer | 0

1

answer

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

ongeveer 5 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

ongeveer 5 jaar ago