
Turgut Ataseven
Statistics
13 Questions
0 Answers
RANK
192.810
of 257.688
REPUTATION
0
CONTRIBUTIONS
13 Questions
0 Answers
ANSWER ACCEPTANCE
61.54%
VOTES RECEIVED
0
RANK
of 17.757
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 109.942
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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 ...
circa un mese ago | 0 answers | 0
0
answersQuestion
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 mesi ago | 0 answers | 0
0
answersQuestion
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 mesi ago | 1 answer | 0
1
answerQuestion
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 mesi ago | 1 answer | 0
1
answerQuestion
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 mesi ago | 1 answer | 0
1
answerQuestion
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 ...
5 mesi ago | 0 answers | 0
0
answersQuestion
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 ...
5 mesi ago | 2 answers | 0
2
answersQuestion
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 ...
5 mesi ago | 1 answer | 0
1
answerQuestion
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...
5 mesi ago | 1 answer | 0
1
answerQuestion
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 ...
5 mesi ago | 1 answer | 0
1
answerQuestion
Cannot plot the full interval
function [] = FuelJetPlot H_climb = 0:500:35000; % Altitude [ft] for k1 = 1:length(H_climb) % CLIMB PHASE % Thru...
6 mesi ago | 1 answer | 0
1
answerQuestion
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*...
12 mesi ago | 1 answer | 0
1
answerQuestion
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...
circa un anno ago | 1 answer | 0