photo

Turgut Ataseven


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadística

MATLAB Answers

18 Preguntas
0 Respuestas

CLASIFICACIÓN
35.532
of 300.343

REPUTACIÓN
1

CONTRIBUCIONES
18 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
61.11%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


Runge-Kutta-4th-order solution of 3 ODEs
Hi. Lorenz equations are as follows: Parameter values: sigma = 10, b = 8/3, and r = 28. Employ initial conditions of x = y = ...

más de 2 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Getting same final value for various time-steps
Hi. I am trying to modify my Crank Nicholson method code so that it breaks when 14.9<T(11,11,k+1)<15.1 condition is satisfied. ...

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

1

respuesta

Pregunta


Index in position 3 exceeds array bounds (must not exceed 80000).
Hi. I am trying to modify my Crank Nicholson method code so that it breaks when 14.9<T(11,11,k+1)<15.1 condition is satisfied. ...

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

1

respuesta

Pregunta


Breaking loop at a desired value
Hi. I am trying to modify my FTSC methodd code so that it breaks when 14.9<T(11,11,k+1)<15.1 condition is satisfied. Since time...

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

1

respuesta

Pregunta


Time response of modes to an impulse
Hi. For a 4x4 plant matrix, I want to see the time response of short period mode and phugoid mode of an aircraft for an initial...

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

0

respuestas

Pregunta


Implementing the Trapezoidal Method
Hi. The aim is to utilize Trapezoidal Method for an integral with no variables, so we will get the x after integration. where ...

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

1

respuesta

Pregunta


Out of memory error
Hi, please do not mind long lines because most of them are loops. Whenever I run the code, it runs for approximately fo...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Index in position 2 exceeds array bounds (must not exceed 1).
Hi. First of all sorry for asking the same question again and again but I am really close to the solution (probably). ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Hi. First of all sorry for asking the same question again and again but I am really close to the solution (probably). Ple...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Hi. First of all sorry for asking the same question again and again but I am really close to the solution (probably). ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-79201.
Hi. First of all sorry for asking the same question again and again but I am really close to the solution (maybe not). I have 2 ...

casi 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Utilizing the Euler Method
Hi. First of all sorry for asking a huge question.I need a guide to utilize the Euler Method. I am having troubles with the ...

casi 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Index exceeds the number of array elements (391).
Hi all. That is my function: function [Vtas_cl] = Velocities(H1,H2) Vcl_1 = 335; % Standard calibrated airspeed ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Index exceeds the number of array elements (1).
Hi. My code tries to solve 6 ODEs with 6 state variables [horizontal position (x1 and x2), altitude (x3), the true airspeed (x4...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Too many input arguments.
Hi. My code tries to solve 6 ODEs with 6 state variables [horizontal position (x1 and x2), altitude (x3), the true airspeed ...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Cannot plot the full interval
function [] = FuelJetPlot H_climb = 0:500:35000; % Altitude [ft] for k1 = 1:length(H_climb) % CLIMB PHASE % Thru...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Not enough input arguments.
function yp = predprey(t,y,a,b,c,d) h=0.0625;tspan=[0 40];y0=[2 1]; a=1.2;b=0.6;c=0.8;d=0.3; yp = [a*y(1)-b*y(1)*y(2);-c*...

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

1

respuesta

Pregunta


Not enough input arguments for bisection method function.
I have problems for determining variable "t" for "pCO2" value. This is the function of pH: function y = f(pH,pCO2) % F...

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

1

respuesta