photo

Sibel


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
262,629
of 301,522

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,118

コントリビューション
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

回答