Statistiques
52 Questions
0 Réponses
RANG
39 933
of 300 765
RÉPUTATION
1
CONTRIBUTIONS
52 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
90.38%
VOTES REÇUS
1
RANG
of 21 084
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 170 941
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Analyzing errors of a numerical Jacobian matrix of partial derivatives, as the finite-differencing step-size gets successively smaller,
Hi there! Recently, I learned to write a central difference method to approximate a Jacobian matrix of partial derivatives for ...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
How can I reduce the "method error" with my central-difference method, when estimating a Jacobian matrix of partial derivatives?
Hi there! Recently I wrote a central-difference method to approximate a Jacobian matrix of partial derivatives (thanks again Ma...
8 mois il y a | 2 réponses | 1
2
réponsesQuestion
How can I loop over i and j, to compute the ith row and jth column of the Jacobian matrix, using the central difference method?
Hi there! I'm practicing with this toy problem and want to loop over i and j to compute the ith row and jth column of the Jacob...
8 mois il y a | 1 réponse | 0
0
réponseQuestion
What do you think of my numerical Jacobian, using the central-difference method?
Hi everyone! Here's my 6x6 numerical Jacobian, using the central-difference method. For now, I've used the same step-size h fo...
8 mois il y a | 3 réponses | 0
3
réponsesQuestion
My 6x6 symbolic Jacobian matrix is massive, and matlabFunction( ) is having trouble writing the corresponding numerical function file.
Hi there! I currently have a 6x6 symoblic Jacobian using the Symbolic Math Toolbox. It is massive, when I take a peek at it usi...
8 mois il y a | 2 réponses | 0
2
réponsesQuestion
How should I compute the Jacobian for my equations of motion?
Hi there! I have a set of second-order equations of motion written symbolically in Matlab, put into matrix form using Equations...
8 mois il y a | 1 réponse | 0
1
réponseQuestion
Solving odes with ode45 and then checking fixed points for constant behavior,
Update: I just plotted the differences between the dynamical states and the corresponding initial states, and the differences, f...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
Evaluating stability of fixed points in a system of differential equations,
Hi there! Let's say I have a set of coupled ordinary differential equations for which I have found a certain number of fixed po...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
Best way to plot a surface whose matrix has values of +/- infinity
Hi there! What is the best way to plot a 3D surface whose matrix C = A ./ B contains values of +/- infinity (whenever entries in...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
For 3D surface plots, do you like the command, 'shading interp'?
Hi there! For 3D surface plots, do you like the command, 'shading interp'? When I use it, I notice that the color variation on ...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
How to “color” the first curve moving across x-axis in a 3D surface plot?
Hi there! I’d like to “color” the first curve in my 3D surface plot differently from the colormap colors, say, black, to contras...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
From making 2D line plots to making 3D surface plots: How to preserve my current workflow?
Hi there! Below, I think the explanation, originally a comment by me, is more clear, so I am posting it here as the question. ...
12 mois il y a | 2 réponses | 0
2
réponsesQuestion
Error using surf (line 71) Z must be a matrix, not a scalar or vector.
Hi there! I currently have a tiledLayout plot with six tiles; the tiles are plotted against two variables alpha and beta, and I...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
Ideas for presenting data vs. two variables,
Hi there! I currently have a beautiful figure that presents data vs. two variables. I went from using Matlab's subplot function...
12 mois il y a | 1 réponse | 0
1
réponseQuestion
How to remove extraneous Matlab-generated vertical lines that connect function values at jump discontinuities?
Hi there! I previously asked a similar question but I now have a more focused question to ask, I think: When plotting a functi...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Can I plot two figures simultaneously but with less data for the second figure?
Hi there! Let's say I want to plot the first figure for theta = linspace(0, 2*pi, 1001), but for the second figure I only want ...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
When plotting functions like 1/sin(x), how can I remove the vertical lines at the points of discontinuity?
Hi there! When I plot functions such as 1/sin(x), there are vertical lines that appear at the points of discontinuity. How can I...
environ un an il y a | 3 réponses | 0
3
réponsesQuestion
Is it possible to plot a vector arrow using quiver( ), then, negate the vector so it points in the opposite direction, but then add arrowhead in original direction?
Hi there! This is somewhat embarassing, but I've been trying this little thing for a while now, so I figured it's a good time ...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Concerned that matlabFunction( ), when converting from symbolic to numerical, changes the sizes of matrices and vectors,
Hi there! I am currently concerned that the function matlabFunction( ), when converting from symbolic to numerical, changes the...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
Why does Matlab tell me that my ODE function returns a vector of length 12, while the length of my initial conditions vector is 6?
Hi there! I'm getting an error message from Matlab, telling me that my ODE model returns a vector of length 12, while the lengt...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
'Matrix dimensions must agree' error, when using the backslash operator to solve Ax = b,
Hi there! I am getting a 'matrix dimensions must agree' error message when using the backslash operator \ to solve Ax = b. I we...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Deciding when to call a Matlab function: Within my symbolic math code, or within my converted numerical code?
Hi there! I wrote a symbolic math code and used the algebraic solver solve( ) to get the equations that I want. I then converte...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Writing ODE equations for ode45 to solve;
Hi there! I have a basic question to ask here, regarding writing the first-order equations for ode45 to solve. Let's say I am ...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
ode45 integration issues for some choices of physical parameters,
Hi there! I have a simple, two-dimensional, ode model that solves for the trajectory of a flat plate falling through a fluid fl...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
Simple question about creating an anonymous function,
Hi there! Using a Matlab function file, I wrote an ode model model(t, z, p), where p stores all of my physical parameters, suc...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
How to animate background flow field that an object is moving through?
Hi there! I now have a decent code that solves an ode model of mine, using ode45. It is about a rigid plate falling freely thro...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How can I run code just once, for multiple intervals of numbers?
Let's say I want to calculate things for alpha ranging from 0 to 2pi. I've written if / else-if statements to do this: alpha ...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
How to loop through values?
Let’s say I have 11 values of beta, evenly-spaced with linspace( ). And let’s say for each value of beta, I want to compute some...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Only the first if-statement block executes,
Hi there! I wrote an if-statement, followed by an if-else statement, followed by another if-else statement, followed by the end...
environ un an il y a | 1 réponse | 0
1
réponseQuestion
Using an anonymous function handle as input into another function handle
Hi there! I have a question that's mostly about syntax: Let's say I write the anonymous function handle (for a program to give ...
plus de 2 ans il y a | 3 réponses | 0

