photo

Sibel


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
0 답변

순위
109,652
of 301,447

평판
0

참여
4 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,284

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,609

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How the result of the implicit ODE can be improved?
<</matlabcentral/answers/uploaded_files/122099/Ekran%20Al%C4%B1nt%C4%B1s%C4%B1.PNG>> How can I improve the results of this pr...

거의 8년 전 | 답변 수: 0 | 0

0

답변

질문


how to solve using "solve" command ?
how to solve the following equation for k1 and k2 using "solve" command ? (k1+2k2)sinx+(2k1-k2)cosx=2sinx syms x k1 k2...

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

0

답변

질문


Second order ODE (mupad)
What's wrong??? How can i run this basic program? % Solve 2nd order ODE clc;clear all; syms y(x) k eq='(1...

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

2

답변

질문


How to get integration of x to the power (1/n) n is the real number from -1 to 1?
f=@x x^(1/3); I=int(f,-1,1) I=double(I) The result of function is wrong because true answer of (-1)^(1/3) is real but...

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

1

답변