photo

Turgut Ataseven


Last seen: 2年以上 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

18 質問
0 回答

ランク
35,202
of 300,381

評判
1

コントリビューション
18 質問
0 回答

回答採用率
61.11%

獲得投票数
1

ランク
 of 20,941

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,477

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

2年以上 前 | 2 件の回答 | 1

2

回答

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

3年以上 前 | 0 件の回答 | 0

0

回答

質問


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

3年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 0 件の回答 | 0

0

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 0 件の回答 | 0

0

回答

質問


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

4年弱 前 | 2 件の回答 | 0

2

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年弱 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答

質問


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

4年以上 前 | 1 件の回答 | 0

1

回答