![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13254816_1533547224282_DEF.jpg)
Brendan Görres
Followers: 0 Following: 0
Statistiques
RANG
233 659
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
16 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
56.25%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A résolu
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...
plus de 3 ans il y a
A résolu
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:...
plus de 3 ans il y a
Question
Surface Roughness Metrology Tool according to ISO 25178
Hi everyone, I am looking for a Matlab Tool/Function that provides surface roughness values (Sa,Sz,W), out of an input vector t...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Plot range of values in a bar graph
I am looking to create a bar graph that outputs a certain range of values, for example the minimum to maximum temperature of a B...
plus de 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
Using for loop to extract data from a matrix
I am trying to etract certain data from a matrix into a single row vector with the length of the vector depending on the number ...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Import connected cell values into an array
Hey guys, I am trying to import certain data from a 1756x2 cell array "aParts" into a vector. The cell array contains element...
plus de 4 ans il y a | 1 réponse | 0
0
réponseQuestion
Why do I get same plotting results for different inputs?
Recently I am trying to solve a system of equations with ode15s. The goal is to calculate the Ascent trajectory of a Rocket with...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Solving Equations of motion with ode15s
Recently I am trying to solve a system of equations with ode15s. The goal is to calculate the Ascent trajectory of a Rocket with...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Proper set up of fmincon including ODEs
I am actually trying to understand how the fmincon function is used in a little more complex way(including solving ODE). So I th...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Too many Input arguments
I am trying to optimize the attached problem, but I always receive these errors Error using objfuntest>@(X)ODEtest(X,g0,Isp,thr...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Solve system of differential equations with embedded non differential equation
I have a system of 5 differential equations that I want to solve. The problem is that 2 of these equations contain a value alpha...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Solving 2nd order differential equation using ode45
I am trying to solve this equation x=0.5*x''*t^2; Initial guess x(0)=0;%starting point x''(0)=0;%starting acceleration So t...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Is there an Optimization Tool that returns a function?
Hey:) So this is my problem: I want to maximize the final mass of an ascending rocket into an orbit by controlling the traject...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Failure in initial nonlinear constraint function evaluation. FMINCON cannot continue.
Hey Guys, My goal is to optimize the EoM that I implied in the constraint file, so that the 5th EoM (dmdt) gets as low as possi...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I correctly use the Syntax of fmincon?
I am trying to optimize a flight path. I have the following equations of motions: dydt=(thrust*sin(alphat)/m*v)-gh*cos(y)-v*cos...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Which Optimizer should I use?
Currently I am working on a code that optimizes the flight path of an ascending rocket to a final orbit in terms of mass reducti...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Low Level Graphics Error
After running my code MatLab experiences a low Level Graphic Error. If I open the "opengl info" function Matlab says Software='f...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Solve differential equation Systems with ODE45
I want to solve a differental equation system with ODE45. close all;clc; %basic planet/moon Parametres% re=6378e3; ...
plus de 6 ans il y a | 2 réponses | 0