photo

Momo


Last seen: 3년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
40,692
of 300,392

평판
1

참여
9 질문
0 답변

답변 채택
77.78%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how can we estimate from a fine-grid solution
" suppose we don’t know the exact solution but that we can afford to run the problem on a very fine grid" how can we do that is...

대략 7년 전 | 답변 수: 0 | 0

0

답변

질문


Matlab if statements in physics
What does the condition mean in Matlab, where x and y are the displacement that measures from [-1,1] if (abs(x)>=1) x=si...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


error in Euler method
. could you please, check my code I did not get as the following pic. for i=1:length(T)-1 x1(i+1)=x1(i)+d...

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


error of matrix dimensions must agree
dv1=(1/m1)*F21; 

대략 7년 전 | 답변 수: 1 | 0

1

답변

질문


How to change automatically the name of the title ?
I'm trying to compute a system of ODE by using different solvers.How to change the legend and title automatically depends on so...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How to solve a system of ODE's by using Forward Euler method?
How I can rewrite the following code for a system ODE's y(t)=[y_1 y_2]'. Also, how can I write f( t(i) , y(i)) ,which is equal t...

7년 초과 전 | 답변 수: 1 | 1

1

답변

질문


How the error value appears in the graph?
Hello, I am trying to plot the difference between two polynomials some of graphs I could not get the value of the error on it l...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to construct cubic splines?
Hello, I am trying to implement the following code in Matlab but it dose not work. x = 2*pi*[0 1 .1:.2:.9]; y = cos(x); ...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


the average rate of change of the function to find the derivative
I am trying to write a program to find f'(x)=f(x+h)-f(x)/h at different h I could not get the result. I do not know...

7년 초과 전 | 답변 수: 1 | 0

1

답변