Ahmet Akcura
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
86,730
of 295,673
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
Feeds
Question
Taking error message in matlab
In the below, we have our matlab code but we are taking error and error massage is; Error using ss (line 355) The "A" and "B...
2 years ago | 1 answer | 0
1
answerQuestion
Euler's method
Hello, Where is the problem? Can you look at it? h=0.25; a=1; %start b=2; %end n=5; %iteration number x=zeros(n,1); ...
3 years ago | 1 answer | 0
1
answerQuestion
Euler's Method
Hello, 𝑑𝑦/𝑑𝑥 = 𝑥^-2 (𝑆𝑖𝑛2𝑥−2𝑥𝑦), 𝑦(1)=2 I need to write code to calculate the values of y(x) when 1≤𝑥≤2 and h=0.25 by us...
3 years ago | 1 answer | 0
1
answerQuestion
Mathematical formula calculation problem in Matlab
I need to write above equation to my Matlab code but while writing it I got comfused. (M0=1.695) , (tetha1= 41.31 degree), a...
3 years ago | 1 answer | 0