Community Profile

photo

Brendan Görres


Last seen: alrededor de 2 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

All
  • Solver
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Resuelto


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

más de 2 años hace

Resuelto


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

más de 2 años hace

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 5 años hace | 2 respuestas | 0

2

respuestas